Html Css Color HEX #088DDB Pacific Blue

📋 copy color: '#088DDB'

red 8 ◦ green 141 ◦ blue 219

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

Shades of Pacific Blue #088DDB

Tints of Pacific Blue #088DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

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

R = 2.17%
G = 38.32%
B = 59.51%

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

#088DDB (or 0x088DDB) is known color: Pacific Blue. HEX triplet: 08, 8D and DB. RGB value is (8,141,219). Sum of RGB (Red+Green+Blue) = 8+141+219=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #088DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DDB is #F77224. Grayscale: #6D6D6D. Windows color (decimal): -16216613 or 14388488. OLE color: 14388488.

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

Color convert

RGB 8 141 219 -
CMYK 0.96 0.36 0 0.14
HSL 202.18º 0.93% 0.45% -
HSV(B) 202.18º 0.96% 0.86% -
XYZ 22.41 24.22 70.51 -
YUV 110.13 189.44 55.16 -
System Red Green Blue C M Y K H S L
Decimal 8 141 219 0.96 0.36 0 0.14 202.18 0.93 0.45
Hex 8 8D DB 60 24 0 E CA 5D 2D
Octal 10 215 333 140 44 0 16 312 135 55
Binary 1000 10001101 11011011 1100000 100100 0 1110 11001010 1011101 101101

Color Harmonies of #088DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DDB

Black with #088DDB

Text Example


Text Example

White with #088DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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