Html Css Color HEX #0088DB Pacific Blue

📋 copy color: '#0088DB'

red 0 ◦ green 136 ◦ blue 219

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

Shades of Pacific Blue #0088DB

Tints of Pacific Blue #0088DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 38.31%

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

R = 0%
G = 38.31%
B = 61.69%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0088DB (or 0x0088DB) is known color: Pacific Blue. HEX triplet: 00, 88 and DB. RGB value is (0,136,219). Sum of RGB (Red+Green+Blue) = 0+136+219=355 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #0088DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088DB is #FF7724. Grayscale: #686868. Windows color (decimal): -16742181 or 14387200. OLE color: 14387200.

HSL color Cylindrical-coordinate representation of color #0088DB: hue angle of 202.74º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088DB is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 136 219 -
CMYK 1 0.38 0 0.14
HSL 202.74º 1% 0.43% -
HSV(B) 202.74º 1% 0.86% -
XYZ 21.59 22.72 70.27 -
YUV 104.8 192.44 53.25 -
System Red Green Blue C M Y K H S L
Decimal 0 136 219 1 0.38 0 0.14 202.74 1 0.43
Hex 0 88 DB 64 26 0 E CB 64 2B
Octal 0 210 333 144 46 0 16 313 144 53
Binary 0 10001000 11011011 1100100 100110 0 1110 11001011 1100100 101011

Color Harmonies of #0088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0088DB

Black with #0088DB

Text Example


Text Example

White with #0088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0088DB; }

 p { color: rgb(0,136,219); }

 H1.HeaderClassName
 {
   color: #0088DB;
 }
 .AnyTagClassName
 {
   color: #0088DB;
 }
</style>

background-color css

<style>
 a { background-color: #0088DB; }

 a { background-color: rgb(0,136,219); }

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

border-color css

<style>
 span { border-color: #0088DB; }

 span { border-color: rgb(0,136,219); }

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