Html Css Color HEX #088CDB Pacific Blue

📋 copy color: '#088CDB'

red 8 ◦ green 140 ◦ blue 219

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

Shades of Pacific Blue #088CDB

Tints of Pacific Blue #088CDB

RGB

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

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

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

R = 2.18%
G = 38.15%
B = 59.67%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088CDB (or 0x088CDB) is known color: Pacific Blue. HEX triplet: 08, 8C and DB. RGB value is (8,140,219). Sum of RGB (Red+Green+Blue) = 8+140+219=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #088CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CDB is #F77324. Grayscale: #6D6D6D. Windows color (decimal): -16216869 or 14388232. OLE color: 14388232.

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

Color convert

RGB 8 140 219 -
CMYK 0.96 0.36 0 0.14
HSL 202.46º 0.93% 0.45% -
HSV(B) 202.46º 0.96% 0.86% -
XYZ 22.26 23.92 70.46 -
YUV 109.54 189.77 55.58 -
System Red Green Blue C M Y K H S L
Decimal 8 140 219 0.96 0.36 0 0.14 202.46 0.93 0.45
Hex 8 8C DB 60 24 0 E CA 5D 2D
Octal 10 214 333 140 44 0 16 312 135 55
Binary 1000 10001100 11011011 1100000 100100 0 1110 11001010 1011101 101101

Color Harmonies of #088CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CDB

Black with #088CDB

Text Example


Text Example

White with #088CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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