Html Css Color HEX #0B9BDD Pacific Blue

📋 copy color: '#0B9BDD'

red 11 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #0B9BDD

Tints of Pacific Blue #0B9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.05%

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

R = 2.84%
G = 40.05%
B = 57.11%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B9BDD (or 0x0B9BDD) is known color: Pacific Blue. HEX triplet: 0B, 9B and DD. RGB value is (11,155,221). Sum of RGB (Red+Green+Blue) = 11+155+221=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B9BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9BDD is #F46422. Grayscale: #777777. Windows color (decimal): -16016419 or 14523147. OLE color: 14523147.

HSL color Cylindrical-coordinate representation of color #0B9BDD: hue angle of 198.86º 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 #0B9BDD is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 155 221 -
CMYK 0.95 0.30 0 0.13
HSL 198.86º 0.91% 0.45% -
HSV(B) 198.86º 0.95% 0.87% -
XYZ 24.91 28.73 72.64 -
YUV 119.47 185.29 50.63 -
System Red Green Blue C M Y K H S L
Decimal 11 155 221 0.95 0.30 0 0.13 198.86 0.91 0.45
Hex B 9B DD 5F 1E 0 D C7 5B 2D
Octal 13 233 335 137 36 0 15 307 133 55
Binary 1011 10011011 11011101 1011111 11110 0 1101 11000111 1011011 101101

Color Harmonies of #0B9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9BDD

Black with #0B9BDD

Text Example


Text Example

White with #0B9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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