Html Css Color HEX #009CEA Pacific Blue

📋 copy color: '#009CEA'

red 0 ◦ green 156 ◦ blue 234

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

Shades of Pacific Blue #009CEA

Tints of Pacific Blue #009CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60%

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#009CEA (or 0x009CEA) is known color: Pacific Blue. HEX triplet: 00, 9C and EA. RGB value is (0,156,234). Sum of RGB (Red+Green+Blue) = 0+156+234=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #009CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CEA is #FF6315. Grayscale: #757575. Windows color (decimal): -16737046 or 15375360. OLE color: 15375360.

HSL color Cylindrical-coordinate representation of color #009CEA: hue angle of 200º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CEA is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 156 234 -
CMYK 1 0.33 0 0.08
HSL 200º 1% 0.46% -
HSV(B) 200º 1% 0.92% -
XYZ 26.74 29.72 82.17 -
YUV 118.25 193.32 43.66 -
System Red Green Blue C M Y K H S L
Decimal 0 156 234 1 0.33 0 0.08 200 1 0.46
Hex 0 9C EA 64 21 0 8 C8 64 2E
Octal 0 234 352 144 41 0 10 310 144 56
Binary 0 10011100 11101010 1100100 100001 0 1000 11001000 1100100 101110

Color Harmonies of #009CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CEA

Black with #009CEA

Text Example


Text Example

White with #009CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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