Html Css Color HEX #088ECF Pacific Blue

📋 copy color: '#088ECF'

red 8 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #088ECF

Tints of Pacific Blue #088ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 2.24%
G = 39.78%
B = 57.98%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#088ECF (or 0x088ECF) is known color: Pacific Blue. HEX triplet: 08, 8E and CF. RGB value is (8,142,207). Sum of RGB (Red+Green+Blue) = 8+142+207=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #088ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ECF is #F77130. Grayscale: #6C6C6C. Windows color (decimal): -16216369 or 13602312. OLE color: 13602312.

HSL color Cylindrical-coordinate representation of color #088ECF: hue angle of 199.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ECF is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 142 207 -
CMYK 0.96 0.31 0 0.19
HSL 199.6º 0.93% 0.42% -
HSV(B) 199.6º 0.96% 0.81% -
XYZ 21.04 23.9 62.54 -
YUV 109.34 183.11 55.71 -
System Red Green Blue C M Y K H S L
Decimal 8 142 207 0.96 0.31 0 0.19 199.6 0.93 0.42
Hex 8 8E CF 60 1F 0 13 C8 5D 2A
Octal 10 216 317 140 37 0 23 310 135 52
Binary 1000 10001110 11001111 1100000 11111 0 10011 11001000 1011101 101010

Color Harmonies of #088ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ECF

Black with #088ECF

Text Example


Text Example

White with #088ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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