Html Css Color HEX #0B9ACE Pacific Blue

📋 copy color: '#0B9ACE'

red 11 ◦ green 154 ◦ blue 206

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

Shades of Pacific Blue #0B9ACE

Tints of Pacific Blue #0B9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 2.96%
G = 41.51%
B = 55.53%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B9ACE (or 0x0B9ACE) is known color: Pacific Blue. HEX triplet: 0B, 9A and CE. RGB value is (11,154,206). Sum of RGB (Red+Green+Blue) = 11+154+206=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B9ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9ACE is #F46531. Grayscale: #747474. Windows color (decimal): -16016690 or 13539851. OLE color: 13539851.

HSL color Cylindrical-coordinate representation of color #0B9ACE: hue angle of 196º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9ACE is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 154 206 -
CMYK 0.95 0.25 0 0.19
HSL 196º 0.9% 0.43% -
HSV(B) 196º 0.95% 0.81% -
XYZ 22.83 27.64 62.52 -
YUV 117.17 178.12 52.27 -
System Red Green Blue C M Y K H S L
Decimal 11 154 206 0.95 0.25 0 0.19 196 0.9 0.43
Hex B 9A CE 5F 19 0 13 C4 5A 2B
Octal 13 232 316 137 31 0 23 304 132 53
Binary 1011 10011010 11001110 1011111 11001 0 10011 11000100 1011010 101011

Color Harmonies of #0B9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9ACE

Black with #0B9ACE

Text Example


Text Example

White with #0B9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,154,206); }

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

background-color css

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

 a { background-color: rgb(11,154,206); }

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

border-color css

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

 span { border-color: rgb(11,154,206); }

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