Html Css Color HEX #008EDF Pacific Blue

📋 copy color: '#008EDF'

red 0 ◦ green 142 ◦ blue 223

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

Shades of Pacific Blue #008EDF

Tints of Pacific Blue #008EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 0%
G = 38.9%
B = 61.1%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#008EDF (or 0x008EDF) is known color: Pacific Blue. HEX triplet: 00, 8E and DF. RGB value is (0,142,223). Sum of RGB (Red+Green+Blue) = 0+142+223=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #008EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EDF is #FF7120. Grayscale: #6C6C6C. Windows color (decimal): -16740641 or 14650880. OLE color: 14650880.

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

Color convert

RGB 0 142 223 -
CMYK 1 0.36 0 0.13
HSL 201.79º 1% 0.44% -
HSV(B) 201.79º 1% 0.87% -
XYZ 22.99 24.67 73.36 -
YUV 108.78 192.46 50.41 -
System Red Green Blue C M Y K H S L
Decimal 0 142 223 1 0.36 0 0.13 201.79 1 0.44
Hex 0 8E DF 64 24 0 D CA 64 2C
Octal 0 216 337 144 44 0 15 312 144 54
Binary 0 10001110 11011111 1100100 100100 0 1101 11001010 1100100 101100

Color Harmonies of #008EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EDF

Black with #008EDF

Text Example


Text Example

White with #008EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008EDF; }

 p { color: rgb(0,142,223); }

 H1.HeaderClassName
 {
   color: #008EDF;
 }
 .AnyTagClassName
 {
   color: #008EDF;
 }
</style>

background-color css

<style>
 a { background-color: #008EDF; }

 a { background-color: rgb(0,142,223); }

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

border-color css

<style>
 span { border-color: #008EDF; }

 span { border-color: rgb(0,142,223); }

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