Html Css Color HEX #009EEA Pacific Blue

📋 copy color: '#009EEA'

red 0 ◦ green 158 ◦ blue 234

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

Shades of Pacific Blue #009EEA

Tints of Pacific Blue #009EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.31%

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

R = 0%
G = 40.31%
B = 59.69%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#009EEA (or 0x009EEA) is known color: Pacific Blue. HEX triplet: 00, 9E and EA. RGB value is (0,158,234). Sum of RGB (Red+Green+Blue) = 0+158+234=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #009EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009EEA is #FF6115. Grayscale: #767676. Windows color (decimal): -16736534 or 15375872. OLE color: 15375872.

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

Color convert

RGB 0 158 234 -
CMYK 1 0.32 0 0.08
HSL 199.49º 1% 0.46% -
HSV(B) 199.49º 1% 0.92% -
XYZ 27.08 30.39 82.28 -
YUV 119.42 192.65 42.82 -
System Red Green Blue C M Y K H S L
Decimal 0 158 234 1 0.32 0 0.08 199.49 1 0.46
Hex 0 9E EA 64 20 0 8 C7 64 2E
Octal 0 236 352 144 40 0 10 307 144 56
Binary 0 10011110 11101010 1100100 100000 0 1000 11000111 1100100 101110

Color Harmonies of #009EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EEA

Black with #009EEA

Text Example


Text Example

White with #009EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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