Html Css Color HEX #088ACE Pacific Blue

📋 copy color: '#088ACE'

red 8 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #088ACE

Tints of Pacific Blue #088ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.2%

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 2.27%
G = 39.2%
B = 58.52%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#088ACE (or 0x088ACE) is known color: Pacific Blue. HEX triplet: 08, 8A and CE. RGB value is (8,138,206). Sum of RGB (Red+Green+Blue) = 8+138+206=352 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #088ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ACE is #F77531. Grayscale: #6A6A6A. Windows color (decimal): -16217394 or 13535752. OLE color: 13535752.

HSL color Cylindrical-coordinate representation of color #088ACE: hue angle of 200.61º 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 #088ACE is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 138 206 -
CMYK 0.96 0.33 0 0.19
HSL 200.61º 0.93% 0.42% -
HSV(B) 200.61º 0.96% 0.81% -
XYZ 20.33 22.68 61.7 -
YUV 106.88 183.93 57.47 -
System Red Green Blue C M Y K H S L
Decimal 8 138 206 0.96 0.33 0 0.19 200.61 0.93 0.42
Hex 8 8A CE 60 21 0 13 C9 5D 2A
Octal 10 212 316 140 41 0 23 311 135 52
Binary 1000 10001010 11001110 1100000 100001 0 10011 11001001 1011101 101010

Color Harmonies of #088ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088ACE

Black with #088ACE

Text Example


Text Example

White with #088ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,138,206); }

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

background-color css

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

 a { background-color: rgb(8,138,206); }

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

border-color css

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

 span { border-color: rgb(8,138,206); }

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