Html Css Color HEX #088AE0 Pacific Blue

📋 copy color: '#088AE0'

red 8 ◦ green 138 ◦ blue 224

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

Shades of Pacific Blue #088AE0

Tints of Pacific Blue #088AE0

RGB

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

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

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

R = 2.16%
G = 37.3%
B = 60.54%

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

#088AE0 (or 0x088AE0) is known color: Pacific Blue. HEX triplet: 08, 8A and E0. RGB value is (8,138,224). Sum of RGB (Red+Green+Blue) = 8+138+224=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 224 (87.89% from 255 or 60.54% from 370); Max value from RGB is 224 - color contains mainly: blue. Hex color #088AE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088AE0 is #F7751F. Grayscale: #6C6C6C. Windows color (decimal): -16217376 or 14715400. OLE color: 14715400.

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

Color convert

RGB 8 138 224 -
CMYK 0.96 0.38 0 0.12
HSL 203.89º 0.93% 0.45% -
HSV(B) 203.89º 0.96% 0.88% -
XYZ 22.64 23.61 73.88 -
YUV 108.93 192.93 56.01 -
System Red Green Blue C M Y K H S L
Decimal 8 138 224 0.96 0.38 0 0.12 203.89 0.93 0.45
Hex 8 8A E0 60 26 0 C CC 5D 2D
Octal 10 212 340 140 46 0 14 314 135 55
Binary 1000 10001010 11100000 1100000 100110 0 1100 11001100 1011101 101101

Color Harmonies of #088AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088AE0

Black with #088AE0

Text Example


Text Example

White with #088AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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