Html Css Color HEX #0B99DD Pacific Blue

📋 copy color: '#0B99DD'

red 11 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #0B99DD

Tints of Pacific Blue #0B99DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

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

R = 2.86%
G = 39.74%
B = 57.4%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B99DD (or 0x0B99DD) is known color: Pacific Blue. HEX triplet: 0B, 99 and DD. RGB value is (11,153,221). Sum of RGB (Red+Green+Blue) = 11+153+221=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B99DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99DD is #F46622. Grayscale: #757575. Windows color (decimal): -16016931 or 14522635. OLE color: 14522635.

HSL color Cylindrical-coordinate representation of color #0B99DD: hue angle of 199.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B99DD is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 153 221 -
CMYK 0.95 0.31 0 0.13
HSL 199.43º 0.91% 0.45% -
HSV(B) 199.43º 0.95% 0.87% -
XYZ 24.58 28.07 72.53 -
YUV 118.29 185.96 51.47 -
System Red Green Blue C M Y K H S L
Decimal 11 153 221 0.95 0.31 0 0.13 199.43 0.91 0.45
Hex B 99 DD 5F 1F 0 D C7 5B 2D
Octal 13 231 335 137 37 0 15 307 133 55
Binary 1011 10011001 11011101 1011111 11111 0 1101 11000111 1011011 101101

Color Harmonies of #0B99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B99DD

Black with #0B99DD

Text Example


Text Example

White with #0B99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,153,221); }

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

background-color css

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

 a { background-color: rgb(11,153,221); }

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

border-color css

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

 span { border-color: rgb(11,153,221); }

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