Html Css Color HEX #009CCB Pacific Blue

📋 copy color: '#009CCB'

red 0 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #009CCB

Tints of Pacific Blue #009CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.45%

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

R = 0%
G = 43.45%
B = 56.55%

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

#009CCB (or 0x009CCB) is known color: Pacific Blue. HEX triplet: 00, 9C and CB. RGB value is (0,156,203). Sum of RGB (Red+Green+Blue) = 0+156+203=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #009CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CCB is #FF6334. Grayscale: #727272. Windows color (decimal): -16737077 or 13343744. OLE color: 13343744.

HSL color Cylindrical-coordinate representation of color #009CCB: hue angle of 193.89º 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 #009CCB is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 156 203 -
CMYK 1 0.23 0 0.20
HSL 193.89º 1% 0.4% -
HSV(B) 193.89º 1% 0.8% -
XYZ 22.67 28.09 60.73 -
YUV 114.71 177.82 46.18 -
System Red Green Blue C M Y K H S L
Decimal 0 156 203 1 0.23 0 0.20 193.89 1 0.4
Hex 0 9C CB 64 17 0 14 C2 64 28
Octal 0 234 313 144 27 0 24 302 144 50
Binary 0 10011100 11001011 1100100 10111 0 10100 11000010 1100100 101000

Color Harmonies of #009CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CCB

Black with #009CCB

Text Example


Text Example

White with #009CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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