Html Css Color HEX #009EDC Pacific Blue

📋 copy color: '#009EDC'

red 0 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #009EDC

Tints of Pacific Blue #009EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 0%
G = 41.8%
B = 58.2%

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

#009EDC (or 0x009EDC) is known color: Pacific Blue. HEX triplet: 00, 9E and DC. RGB value is (0,158,220). Sum of RGB (Red+Green+Blue) = 0+158+220=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #009EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EDC is #FF6123. Grayscale: #757575. Windows color (decimal): -16736548 or 14458368. OLE color: 14458368.

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

Color convert

RGB 0 158 220 -
CMYK 1 0.28 0 0.14
HSL 196.91º 1% 0.43% -
HSV(B) 196.91º 1% 0.86% -
XYZ 25.15 29.62 72.1 -
YUV 117.83 185.65 43.96 -
System Red Green Blue C M Y K H S L
Decimal 0 158 220 1 0.28 0 0.14 196.91 1 0.43
Hex 0 9E DC 64 1C 0 E C5 64 2B
Octal 0 236 334 144 34 0 16 305 144 53
Binary 0 10011110 11011100 1100100 11100 0 1110 11000101 1100100 101011

Color Harmonies of #009EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EDC

Black with #009EDC

Text Example


Text Example

White with #009EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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