Html Css Color HEX #088EDB Pacific Blue

📋 copy color: '#088EDB'

red 8 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #088EDB

Tints of Pacific Blue #088EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 2.17%
G = 38.48%
B = 59.35%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088EDB (or 0x088EDB) is known color: Pacific Blue. HEX triplet: 08, 8E and DB. RGB value is (8,142,219). Sum of RGB (Red+Green+Blue) = 8+142+219=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #088EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EDB is #F77124. Grayscale: #6E6E6E. Windows color (decimal): -16216357 or 14388744. OLE color: 14388744.

HSL color Cylindrical-coordinate representation of color #088EDB: hue angle of 201.9º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088EDB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 142 219 -
CMYK 0.96 0.35 0 0.14
HSL 201.9º 0.93% 0.45% -
HSV(B) 201.9º 0.96% 0.86% -
XYZ 22.56 24.51 70.56 -
YUV 110.71 189.11 54.74 -
System Red Green Blue C M Y K H S L
Decimal 8 142 219 0.96 0.35 0 0.14 201.9 0.93 0.45
Hex 8 8E DB 60 23 0 E CA 5D 2D
Octal 10 216 333 140 43 0 16 312 135 55
Binary 1000 10001110 11011011 1100000 100011 0 1110 11001010 1011101 101101

Color Harmonies of #088EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EDB

Black with #088EDB

Text Example


Text Example

White with #088EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,142,219); }

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

background-color css

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

 a { background-color: rgb(8,142,219); }

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

border-color css

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

 span { border-color: rgb(8,142,219); }

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