Html Css Color HEX #088EE0 Pacific Blue

📋 copy color: '#088EE0'

red 8 ◦ green 142 ◦ blue 224

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

Shades of Pacific Blue #088EE0

Tints of Pacific Blue #088EE0

RGB

 RED value IS 8 (3.52% from 255) = 2.14%

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

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 2.14%
G = 37.97%
B = 59.89%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#088EE0 (or 0x088EE0) is known color: Pacific Blue. HEX triplet: 08, 8E and E0. RGB value is (8,142,224). Sum of RGB (Red+Green+Blue) = 8+142+224=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #088EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EE0 is #F7711F. Grayscale: #6E6E6E. Windows color (decimal): -16216352 or 14716424. OLE color: 14716424.

HSL color Cylindrical-coordinate representation of color #088EE0: hue angle of 202.78º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088EE0 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 142 224 -
CMYK 0.96 0.37 0 0.12
HSL 202.78º 0.93% 0.45% -
HSV(B) 202.78º 0.96% 0.88% -
XYZ 23.23 24.78 74.08 -
YUV 111.28 191.61 54.33 -
System Red Green Blue C M Y K H S L
Decimal 8 142 224 0.96 0.37 0 0.12 202.78 0.93 0.45
Hex 8 8E E0 60 25 0 C CB 5D 2D
Octal 10 216 340 140 45 0 14 313 135 55
Binary 1000 10001110 11100000 1100000 100101 0 1100 11001011 1011101 101101

Color Harmonies of #088EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EE0

Black with #088EE0

Text Example


Text Example

White with #088EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088EE0; }

 p { color: rgb(8,142,224); }

 H1.HeaderClassName
 {
   color: #088EE0;
 }
 .AnyTagClassName
 {
   color: #088EE0;
 }
</style>

background-color css

<style>
 a { background-color: #088EE0; }

 a { background-color: rgb(8,142,224); }

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

border-color css

<style>
 span { border-color: #088EE0; }

 span { border-color: rgb(8,142,224); }

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