Html Css Color HEX #009EDB Pacific Blue

📋 copy color: '#009EDB'

red 0 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #009EDB

Tints of Pacific Blue #009EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 0%
G = 41.91%
B = 58.09%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009EDB (or 0x009EDB) is known color: Pacific Blue. HEX triplet: 00, 9E and DB. RGB value is (0,158,219). Sum of RGB (Red+Green+Blue) = 0+158+219=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #009EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDB is #FF6124. Grayscale: #757575. Windows color (decimal): -16736549 or 14392832. OLE color: 14392832.

HSL color Cylindrical-coordinate representation of color #009EDB: hue angle of 196.71º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EDB is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 158 219 -
CMYK 1 0.28 0 0.14
HSL 196.71º 1% 0.43% -
HSV(B) 196.71º 1% 0.86% -
XYZ 25.01 29.57 71.41 -
YUV 117.71 185.15 44.04 -
System Red Green Blue C M Y K H S L
Decimal 0 158 219 1 0.28 0 0.14 196.71 1 0.43
Hex 0 9E DB 64 1C 0 E C5 64 2B
Octal 0 236 333 144 34 0 16 305 144 53
Binary 0 10011110 11011011 1100100 11100 0 1110 11000101 1100100 101011

Color Harmonies of #009EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EDB

Black with #009EDB

Text Example


Text Example

White with #009EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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