Html Css Color HEX #088ECD Pacific Blue

📋 copy color: '#088ECD'

red 8 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #088ECD

Tints of Pacific Blue #088ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 2.25%
G = 40%
B = 57.75%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#088ECD (or 0x088ECD) is known color: Pacific Blue. HEX triplet: 08, 8E and CD. RGB value is (8,142,205). Sum of RGB (Red+Green+Blue) = 8+142+205=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #088ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ECD is #F77132. Grayscale: #6C6C6C. Windows color (decimal): -16216371 or 13471240. OLE color: 13471240.

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

Color convert

RGB 8 142 205 -
CMYK 0.96 0.31 0 0.20
HSL 199.19º 0.92% 0.42% -
HSV(B) 199.19º 0.96% 0.8% -
XYZ 20.79 23.81 61.26 -
YUV 109.12 182.11 55.88 -
System Red Green Blue C M Y K H S L
Decimal 8 142 205 0.96 0.31 0 0.20 199.19 0.92 0.42
Hex 8 8E CD 60 1F 0 14 C7 5C 2A
Octal 10 216 315 140 37 0 24 307 134 52
Binary 1000 10001110 11001101 1100000 11111 0 10100 11000111 1011100 101010

Color Harmonies of #088ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ECD

Black with #088ECD

Text Example


Text Example

White with #088ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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