Html Css Color HEX #0B9EDD Pacific Blue

📋 copy color: '#0B9EDD'

red 11 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #0B9EDD

Tints of Pacific Blue #0B9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.51%

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

R = 2.82%
G = 40.51%
B = 56.67%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B9EDD (or 0x0B9EDD) is known color: Pacific Blue. HEX triplet: 0B, 9E and DD. RGB value is (11,158,221). Sum of RGB (Red+Green+Blue) = 11+158+221=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B9EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9EDD is #F46122. Grayscale: #787878. Windows color (decimal): -16015651 or 14523915. OLE color: 14523915.

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

Color convert

RGB 11 158 221 -
CMYK 0.95 0.29 0 0.13
HSL 198º 0.91% 0.45% -
HSV(B) 198º 0.95% 0.87% -
XYZ 25.42 29.75 72.81 -
YUV 121.23 184.3 49.38 -
System Red Green Blue C M Y K H S L
Decimal 11 158 221 0.95 0.29 0 0.13 198 0.91 0.45
Hex B 9E DD 5F 1D 0 D C6 5B 2D
Octal 13 236 335 137 35 0 15 306 133 55
Binary 1011 10011110 11011101 1011111 11101 0 1101 11000110 1011011 101101

Color Harmonies of #0B9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9EDD

Black with #0B9EDD

Text Example


Text Example

White with #0B9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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