Html Css Color HEX #009CBE Pacific Blue

📋 copy color: '#009CBE'

red 0 ◦ green 156 ◦ blue 190

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

Shades of Pacific Blue #009CBE

Tints of Pacific Blue #009CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 0%
G = 45.09%
B = 54.91%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#009CBE (or 0x009CBE) is known color: Pacific Blue. HEX triplet: 00, 9C and BE. RGB value is (0,156,190). Sum of RGB (Red+Green+Blue) = 0+156+190=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #009CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CBE is #FF6341. Grayscale: #707070. Windows color (decimal): -16737090 or 12491776. OLE color: 12491776.

HSL color Cylindrical-coordinate representation of color #009CBE: hue angle of 190.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CBE is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 156 190 -
CMYK 1 0.18 0 0.25
HSL 190.74º 1% 0.37% -
HSV(B) 190.74º 1% 0.75% -
XYZ 21.18 27.49 52.91 -
YUV 113.23 171.32 47.24 -
System Red Green Blue C M Y K H S L
Decimal 0 156 190 1 0.18 0 0.25 190.74 1 0.37
Hex 0 9C BE 64 12 0 19 BF 64 25
Octal 0 234 276 144 22 0 31 277 144 45
Binary 0 10011100 10111110 1100100 10010 0 11001 10111111 1100100 100101

Color Harmonies of #009CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CBE

Black with #009CBE

Text Example


Text Example

White with #009CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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