Html Css Color HEX #0B88DC Pacific Blue

📋 copy color: '#0B88DC'

red 11 ◦ green 136 ◦ blue 220

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

Shades of Pacific Blue #0B88DC

Tints of Pacific Blue #0B88DC

RGB

 RED value IS 11 (4.69% from 255) = 3%

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

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 3%
G = 37.06%
B = 59.95%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B88DC (or 0x0B88DC) is known color: Pacific Blue. HEX triplet: 0B, 88 and DC. RGB value is (11,136,220). Sum of RGB (Red+Green+Blue) = 11+136+220=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B88DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88DC is #F47723. Grayscale: #6B6B6B. Windows color (decimal): -16021284 or 14452747. OLE color: 14452747.

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

Color convert

RGB 11 136 220 -
CMYK 0.95 0.38 0 0.14
HSL 204.11º 0.9% 0.45% -
HSV(B) 204.11º 0.95% 0.86% -
XYZ 21.86 22.85 70.97 -
YUV 108.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 11 136 220 0.95 0.38 0 0.14 204.11 0.9 0.45
Hex B 88 DC 5F 26 0 E CC 5A 2D
Octal 13 210 334 137 46 0 16 314 132 55
Binary 1011 10001000 11011100 1011111 100110 0 1110 11001100 1011010 101101

Color Harmonies of #0B88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B88DC

Black with #0B88DC

Text Example


Text Example

White with #0B88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B88DC; }

 p { color: rgb(11,136,220); }

 H1.HeaderClassName
 {
   color: #0B88DC;
 }
 .AnyTagClassName
 {
   color: #0B88DC;
 }
</style>

background-color css

<style>
 a { background-color: #0B88DC; }

 a { background-color: rgb(11,136,220); }

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

border-color css

<style>
 span { border-color: #0B88DC; }

 span { border-color: rgb(11,136,220); }

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