Html Css Color HEX #009EDD Pacific Blue

📋 copy color: '#009EDD'

red 0 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #009EDD

Tints of Pacific Blue #009EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.31%

R = 0%
G = 41.69%
B = 58.31%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#009EDD (or 0x009EDD) is known color: Pacific Blue. HEX triplet: 00, 9E and DD. RGB value is (0,158,221). Sum of RGB (Red+Green+Blue) = 0+158+221=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #009EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDD is #FF6122. Grayscale: #757575. Windows color (decimal): -16736547 or 14523904. OLE color: 14523904.

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

Color convert

RGB 0 158 221 -
CMYK 1 0.29 0 0.13
HSL 197.1º 1% 0.43% -
HSV(B) 197.1º 1% 0.87% -
XYZ 25.28 29.67 72.8 -
YUV 117.94 186.15 43.88 -
System Red Green Blue C M Y K H S L
Decimal 0 158 221 1 0.29 0 0.13 197.1 1 0.43
Hex 0 9E DD 64 1D 0 D C5 64 2B
Octal 0 236 335 144 35 0 15 305 144 53
Binary 0 10011110 11011101 1100100 11101 0 1101 11000101 1100100 101011

Color Harmonies of #009EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EDD

Black with #009EDD

Text Example


Text Example

White with #009EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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