Html Css Color HEX #088CE0 Pacific Blue

📋 copy color: '#088CE0'

red 8 ◦ green 140 ◦ blue 224

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

Shades of Pacific Blue #088CE0

Tints of Pacific Blue #088CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

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

R = 2.15%
G = 37.63%
B = 60.22%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#088CE0 (or 0x088CE0) is known color: Pacific Blue. HEX triplet: 08, 8C and E0. RGB value is (8,140,224). Sum of RGB (Red+Green+Blue) = 8+140+224=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #088CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CE0 is #F7731F. Grayscale: #6D6D6D. Windows color (decimal): -16216864 or 14715912. OLE color: 14715912.

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

Color convert

RGB 8 140 224 -
CMYK 0.96 0.38 0 0.12
HSL 203.33º 0.93% 0.45% -
HSV(B) 203.33º 0.96% 0.88% -
XYZ 22.93 24.19 73.98 -
YUV 110.11 192.27 55.17 -
System Red Green Blue C M Y K H S L
Decimal 8 140 224 0.96 0.38 0 0.12 203.33 0.93 0.45
Hex 8 8C E0 60 26 0 C CB 5D 2D
Octal 10 214 340 140 46 0 14 313 135 55
Binary 1000 10001100 11100000 1100000 100110 0 1100 11001011 1011101 101101

Color Harmonies of #088CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CE0

Black with #088CE0

Text Example


Text Example

White with #088CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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