Html Css Color HEX #0BAACB Iris Blue

📋 copy color: '#0BAACB'

red 11 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #0BAACB

Tints of Iris Blue #0BAACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 2.86%
G = 44.27%
B = 52.86%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BAACB (or 0x0BAACB) is known color: Iris Blue. HEX triplet: 0B, AA and CB. RGB value is (11,170,203). Sum of RGB (Red+Green+Blue) = 11+170+203=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BAACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAACB is #F45534. Grayscale: #7D7D7D. Windows color (decimal): -16012597 or 13347339. OLE color: 13347339.

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

Color convert

RGB 11 170 203 -
CMYK 0.95 0.16 0 0.20
HSL 190.31º 0.9% 0.42% -
HSV(B) 190.31º 0.95% 0.8% -
XYZ 25.29 33.13 61.56 -
YUV 126.22 171.32 45.82 -
System Red Green Blue C M Y K H S L
Decimal 11 170 203 0.95 0.16 0 0.20 190.31 0.9 0.42
Hex B AA CB 5F 10 0 14 BE 5A 2A
Octal 13 252 313 137 20 0 24 276 132 52
Binary 1011 10101010 11001011 1011111 10000 0 10100 10111110 1011010 101010

Color Harmonies of #0BAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAACB

Black with #0BAACB

Text Example


Text Example

White with #0BAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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