Html Css Color HEX #088BD6 Pacific Blue

📋 copy color: '#088BD6'

red 8 ◦ green 139 ◦ blue 214

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

Shades of Pacific Blue #088BD6

Tints of Pacific Blue #088BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 2.22%
G = 38.5%
B = 59.28%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#088BD6 (or 0x088BD6) is known color: Pacific Blue. HEX triplet: 08, 8B and D6. RGB value is (8,139,214). Sum of RGB (Red+Green+Blue) = 8+139+214=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #088BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BD6 is #F77429. Grayscale: #6B6B6B. Windows color (decimal): -16217130 or 14060296. OLE color: 14060296.

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

Color convert

RGB 8 139 214 -
CMYK 0.96 0.35 0 0.16
HSL 201.84º 0.93% 0.44% -
HSV(B) 201.84º 0.96% 0.84% -
XYZ 21.47 23.37 67 -
YUV 108.38 187.6 56.4 -
System Red Green Blue C M Y K H S L
Decimal 8 139 214 0.96 0.35 0 0.16 201.84 0.93 0.44
Hex 8 8B D6 60 23 0 10 CA 5D 2C
Octal 10 213 326 140 43 0 20 312 135 54
Binary 1000 10001011 11010110 1100000 100011 0 10000 11001010 1011101 101100

Color Harmonies of #088BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BD6

Black with #088BD6

Text Example


Text Example

White with #088BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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