Html Css Color HEX #088BDD Pacific Blue

📋 copy color: '#088BDD'

red 8 ◦ green 139 ◦ blue 221

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

Shades of Pacific Blue #088BDD

Tints of Pacific Blue #088BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.05%

R = 2.17%
G = 37.77%
B = 60.05%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#088BDD (or 0x088BDD) is known color: Pacific Blue. HEX triplet: 08, 8B and DD. RGB value is (8,139,221). Sum of RGB (Red+Green+Blue) = 8+139+221=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #088BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088BDD is #F77422. Grayscale: #6C6C6C. Windows color (decimal): -16217123 or 14519048. OLE color: 14519048.

HSL color Cylindrical-coordinate representation of color #088BDD: hue angle of 203.1º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088BDD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 139 221 -
CMYK 0.96 0.37 0 0.13
HSL 203.1º 0.93% 0.45% -
HSV(B) 203.1º 0.96% 0.87% -
XYZ 22.38 23.74 71.81 -
YUV 109.18 191.1 55.83 -
System Red Green Blue C M Y K H S L
Decimal 8 139 221 0.96 0.37 0 0.13 203.1 0.93 0.45
Hex 8 8B DD 60 25 0 D CB 5D 2D
Octal 10 213 335 140 45 0 15 313 135 55
Binary 1000 10001011 11011101 1100000 100101 0 1101 11001011 1011101 101101

Color Harmonies of #088BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088BDD

Black with #088BDD

Text Example


Text Example

White with #088BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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