Html Css Color HEX #1D9FD0 Pacific Blue

📋 copy color: '#1D9FD0'

red 29 ◦ green 159 ◦ blue 208

#1D9FD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #1D9FD0

Tints of Pacific Blue #1D9FD0

RGB

 RED value IS 29 (11.72% from 255) = 7.32%

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 208 (81.64% from 255) = 52.53%

R = 7.32%
G = 40.15%
B = 52.53%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1D9FD0 (or 0x1D9FD0) is known color: Pacific Blue. HEX triplet: 1D, 9F and D0. RGB value is (29,159,208). Sum of RGB (Red+Green+Blue) = 29+159+208=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 208 (81.64% from 255 or 52.53% from 396); Max value from RGB is 208 - color contains mainly: blue. Hex color #1D9FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9FD0 is #E2602F. Grayscale: #7D7D7D. Windows color (decimal): -14835760 or 13672221. OLE color: 13672221.

HSL color Cylindrical-coordinate representation of color #1D9FD0: hue angle of 196.42º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D9FD0 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 159 208 -
CMYK 0.86 0.24 0 0.18
HSL 196.42º 0.76% 0.46% -
HSV(B) 196.42º 0.86% 0.82% -
XYZ 24.29 29.61 64.11 -
YUV 125.72 174.43 59.02 -
System Red Green Blue C M Y K H S L
Decimal 29 159 208 0.86 0.24 0 0.18 196.42 0.76 0.46
Hex 1D 9F D0 56 18 0 12 C4 4C 2E
Octal 35 237 320 126 30 0 22 304 114 56
Binary 11101 10011111 11010000 1010110 11000 0 10010 11000100 1001100 101110

Color Harmonies of #1D9FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9FD0

Black with #1D9FD0

Text Example


Text Example

White with #1D9FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,159,208); }

 H1.HeaderClassName
 {
   color: #1D9FD0;
 }
 .AnyTagClassName
 {
   color: #1D9FD0;
 }
</style>

background-color css

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

 a { background-color: rgb(29,159,208); }

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

border-color css

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

 span { border-color: rgb(29,159,208); }

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