Html Css Color HEX #088BE0 Pacific Blue

📋 copy color: '#088BE0'

red 8 ◦ green 139 ◦ blue 224

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

Shades of Pacific Blue #088BE0

Tints of Pacific Blue #088BE0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

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

R = 2.16%
G = 37.47%
B = 60.38%

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

#088BE0 (or 0x088BE0) is known color: Pacific Blue. HEX triplet: 08, 8B and E0. RGB value is (8,139,224). Sum of RGB (Red+Green+Blue) = 8+139+224=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #088BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BE0 is #F7741F. Grayscale: #6D6D6D. Windows color (decimal): -16217120 or 14715656. OLE color: 14715656.

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

Color convert

RGB 8 139 224 -
CMYK 0.96 0.38 0 0.12
HSL 203.61º 0.93% 0.45% -
HSV(B) 203.61º 0.96% 0.88% -
XYZ 22.79 23.9 73.93 -
YUV 109.52 192.6 55.59 -
System Red Green Blue C M Y K H S L
Decimal 8 139 224 0.96 0.38 0 0.12 203.61 0.93 0.45
Hex 8 8B E0 60 26 0 C CC 5D 2D
Octal 10 213 340 140 46 0 14 314 135 55
Binary 1000 10001011 11100000 1100000 100110 0 1100 11001100 1011101 101101

Color Harmonies of #088BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BE0

Black with #088BE0

Text Example


Text Example

White with #088BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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