Html Css Color HEX #088FCE Pacific Blue

📋 copy color: '#088FCE'

red 8 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #088FCE

Tints of Pacific Blue #088FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.06%

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

R = 2.24%
G = 40.06%
B = 57.7%

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

#088FCE (or 0x088FCE) is known color: Pacific Blue. HEX triplet: 08, 8F and CE. RGB value is (8,143,206). Sum of RGB (Red+Green+Blue) = 8+143+206=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #088FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FCE is #F77031. Grayscale: #6D6D6D. Windows color (decimal): -16216114 or 13537032. OLE color: 13537032.

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

Color convert

RGB 8 143 206 -
CMYK 0.96 0.31 0 0.19
HSL 199.09º 0.93% 0.42% -
HSV(B) 199.09º 0.96% 0.81% -
XYZ 21.06 24.15 61.94 -
YUV 109.82 182.27 55.38 -
System Red Green Blue C M Y K H S L
Decimal 8 143 206 0.96 0.31 0 0.19 199.09 0.93 0.42
Hex 8 8F CE 60 1F 0 13 C7 5D 2A
Octal 10 217 316 140 37 0 23 307 135 52
Binary 1000 10001111 11001110 1100000 11111 0 10011 11000111 1011101 101010

Color Harmonies of #088FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FCE

Black with #088FCE

Text Example


Text Example

White with #088FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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