Html Css Color HEX #0BAACC Iris Blue

📋 copy color: '#0BAACC'

red 11 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #0BAACC

Tints of Iris Blue #0BAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.16%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 2.86%
G = 44.16%
B = 52.99%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0BAACC (or 0x0BAACC) is known color: Iris Blue. HEX triplet: 0B, AA and CC. RGB value is (11,170,204). Sum of RGB (Red+Green+Blue) = 11+170+204=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAACC is #F45533. Grayscale: #7E7E7E. Windows color (decimal): -16012596 or 13412875. OLE color: 13412875.

HSL color Cylindrical-coordinate representation of color #0BAACC: hue angle of 190.57º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAACC is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 170 204 -
CMYK 0.95 0.17 0 0.2
HSL 190.57º 0.9% 0.42% -
HSV(B) 190.57º 0.95% 0.8% -
XYZ 25.41 33.18 62.19 -
YUV 126.34 171.82 45.74 -
System Red Green Blue C M Y K H S L
Decimal 11 170 204 0.95 0.17 0 0.2 190.57 0.9 0.42
Hex B AA CC 5F 11 0 14 BF 5A 2A
Octal 13 252 314 137 21 0 24 277 132 52
Binary 1011 10101010 11001100 1011111 10001 0 10100 10111111 1011010 101010

Color Harmonies of #0BAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAACC

Black with #0BAACC

Text Example


Text Example

White with #0BAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,204); }

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

background-color css

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

 a { background-color: rgb(11,170,204); }

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

border-color css

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

 span { border-color: rgb(11,170,204); }

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