Html Css Color HEX #0B9EE0 Pacific Blue

📋 copy color: '#0B9EE0'

red 11 ◦ green 158 ◦ blue 224

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

Shades of Pacific Blue #0B9EE0

Tints of Pacific Blue #0B9EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57%

R = 2.8%
G = 40.2%
B = 57%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0B9EE0 (or 0x0B9EE0) is known color: Pacific Blue. HEX triplet: 0B, 9E and E0. RGB value is (11,158,224). Sum of RGB (Red+Green+Blue) = 11+158+224=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 224 (87.89% from 255 or 57.00% from 393); Max value from RGB is 224 - color contains mainly: blue. Hex color #0B9EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9EE0 is #F4611F. Grayscale: #797979. Windows color (decimal): -16015648 or 14720523. OLE color: 14720523.

HSL color Cylindrical-coordinate representation of color #0B9EE0: hue angle of 198.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9EE0 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 158 224 -
CMYK 0.95 0.29 0 0.12
HSL 198.59º 0.91% 0.46% -
HSV(B) 198.59º 0.95% 0.88% -
XYZ 25.82 29.91 74.93 -
YUV 121.57 185.8 49.13 -
System Red Green Blue C M Y K H S L
Decimal 11 158 224 0.95 0.29 0 0.12 198.59 0.91 0.46
Hex B 9E E0 5F 1D 0 C C7 5B 2E
Octal 13 236 340 137 35 0 14 307 133 56
Binary 1011 10011110 11100000 1011111 11101 0 1100 11000111 1011011 101110

Color Harmonies of #0B9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9EE0

Black with #0B9EE0

Text Example


Text Example

White with #0B9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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