Html Css Color HEX #009DCB Pacific Blue

📋 copy color: '#009DCB'

red 0 ◦ green 157 ◦ blue 203

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

Shades of Pacific Blue #009DCB

Tints of Pacific Blue #009DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.39%

R = 0%
G = 43.61%
B = 56.39%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#009DCB (or 0x009DCB) is known color: Pacific Blue. HEX triplet: 00, 9D and CB. RGB value is (0,157,203). Sum of RGB (Red+Green+Blue) = 0+157+203=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #009DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DCB is #FF6234. Grayscale: #727272. Windows color (decimal): -16736821 or 13344000. OLE color: 13344000.

HSL color Cylindrical-coordinate representation of color #009DCB: hue angle of 193.6º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DCB is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 157 203 -
CMYK 1 0.23 0 0.20
HSL 193.6º 1% 0.4% -
HSV(B) 193.6º 1% 0.8% -
XYZ 22.84 28.43 60.78 -
YUV 115.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 0 157 203 1 0.23 0 0.20 193.6 1 0.4
Hex 0 9D CB 64 17 0 14 C2 64 28
Octal 0 235 313 144 27 0 24 302 144 50
Binary 0 10011101 11001011 1100100 10111 0 10100 11000010 1100100 101000

Color Harmonies of #009DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DCB

Black with #009DCB

Text Example


Text Example

White with #009DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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