Html Css Color HEX #009DDB Pacific Blue

📋 copy color: '#009DDB'

red 0 ◦ green 157 ◦ blue 219

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

Shades of Pacific Blue #009DDB

Tints of Pacific Blue #009DDB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 157 (61.72% from 255) = 41.76%

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 0%
G = 41.76%
B = 58.24%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009DDB (or 0x009DDB) is known color: Pacific Blue. HEX triplet: 00, 9D and DB. RGB value is (0,157,219). Sum of RGB (Red+Green+Blue) = 0+157+219=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #009DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DDB is #FF6224. Grayscale: #747474. Windows color (decimal): -16736805 or 14392576. OLE color: 14392576.

HSL color Cylindrical-coordinate representation of color #009DDB: hue angle of 196.99º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DDB is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 157 219 -
CMYK 1 0.28 0 0.14
HSL 196.99º 1% 0.43% -
HSV(B) 196.99º 1% 0.86% -
XYZ 24.84 29.23 71.35 -
YUV 117.13 185.49 44.46 -
System Red Green Blue C M Y K H S L
Decimal 0 157 219 1 0.28 0 0.14 196.99 1 0.43
Hex 0 9D DB 64 1C 0 E C5 64 2B
Octal 0 235 333 144 34 0 16 305 144 53
Binary 0 10011101 11011011 1100100 11100 0 1110 11000101 1100100 101011

Color Harmonies of #009DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DDB

Black with #009DDB

Text Example


Text Example

White with #009DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009DDB; }

 p { color: rgb(0,157,219); }

 H1.HeaderClassName
 {
   color: #009DDB;
 }
 .AnyTagClassName
 {
   color: #009DDB;
 }
</style>

background-color css

<style>
 a { background-color: #009DDB; }

 a { background-color: rgb(0,157,219); }

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

border-color css

<style>
 span { border-color: #009DDB; }

 span { border-color: rgb(0,157,219); }

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