#1D9AD4

Color #1D9AD4 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #1D9AD4

Tints of Pacific Blue #1D9AD4

Color information

#1D9AD4 (or 0x1D9AD4) is unknown color: approx Pacific Blue. HEX triplet: 1D, 9A and D4. RGB value is (29,154,212). Sum of RGB (Red+Green+Blue) = 29+154+212=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 212 (83.20% from 255 or 53.67% from 395); Max value from RGB is 212 - color contains mainly: blue. Hex color #1D9AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9AD4 is #E2652B. Grayscale: #7A7A7A. Windows color (decimal): -14837036 or 13933085. OLE color: 13933085.

HSL color Cylindrical-coordinate representation of color #1D9AD4: hue angle of 199.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9AD4 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB29154212-
CMYK0.860.2700.17
HSL199.02º75.93%47.25%-
HSV(B)199.02º86.32%83.14%-
XYZ23.9528.1366.45-
YUV123.24178.0960.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 7.34%
GREEN value IS 154 (60.55% from 255) = 38.99%
BLUE value IS 212 (83.20% from 255) = 53.67%
R=7.34%
G=38.99%
B=53.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal291542120.860.2700.17199.0275.9347.25
Hex1D9AD4561B011c74c2f
Octal352323241263302130711457
Binary111011001101011010100101011011011010001110001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9AD4; }

 p { color: rgb(29,154,212); }

 H1.HeaderClassName
 {
   color: #1D9AD4;
 }
 .AnyTagClassName
 {
   color: #1D9AD4;
 }
</style>
background-color css

<style>
 a { background-color: #1D9AD4; }

 a { background-color: rgb(29,154,212); }

 div.DivClassName
 {
   background-color: #1D9AD4;
 }
 .BgClassName
 {
   background-color: #1D9AD4;
 }
</style>
border-color css

<style>
 span { border-color: #1D9AD4; }

 span { border-color: rgb(29,154,212); }

 td.TdClassName
 {
   border-color: #1D9AD4;
 }
 .TagClassName
 {
   border-color: #1D9AD4;
 }
</style>