Html Css Color HEX #088BDB Pacific Blue

📋 copy color: '#088BDB'

red 8 ◦ green 139 ◦ blue 219

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

Shades of Pacific Blue #088BDB

Tints of Pacific Blue #088BDB

RGB

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

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

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

R = 2.19%
G = 37.98%
B = 59.84%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#088BDB (or 0x088BDB) is known color: Pacific Blue. HEX triplet: 08, 8B and DB. RGB value is (8,139,219). Sum of RGB (Red+Green+Blue) = 8+139+219=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #088BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BDB is #F77424. Grayscale: #6C6C6C. Windows color (decimal): -16217125 or 14387976. OLE color: 14387976.

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

Color convert

RGB 8 139 219 -
CMYK 0.96 0.37 0 0.14
HSL 202.75º 0.93% 0.45% -
HSV(B) 202.75º 0.96% 0.86% -
XYZ 22.12 23.63 70.41 -
YUV 108.95 190.1 56 -
System Red Green Blue C M Y K H S L
Decimal 8 139 219 0.96 0.37 0 0.14 202.75 0.93 0.45
Hex 8 8B DB 60 25 0 E CB 5D 2D
Octal 10 213 333 140 45 0 16 313 135 55
Binary 1000 10001011 11011011 1100000 100101 0 1110 11001011 1011101 101101

Color Harmonies of #088BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BDB

Black with #088BDB

Text Example


Text Example

White with #088BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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