Html Css Color HEX #0BAACD Iris Blue

📋 copy color: '#0BAACD'

red 11 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #0BAACD

Tints of Iris Blue #0BAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 2.85%
G = 44.04%
B = 53.11%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0BAACD (or 0x0BAACD) is known color: Iris Blue. HEX triplet: 0B, AA and CD. RGB value is (11,170,205). Sum of RGB (Red+Green+Blue) = 11+170+205=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BAACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAACD is #F45532. Grayscale: #7E7E7E. Windows color (decimal): -16012595 or 13478411. OLE color: 13478411.

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

Color convert

RGB 11 170 205 -
CMYK 0.95 0.17 0 0.20
HSL 190.82º 0.9% 0.42% -
HSV(B) 190.82º 0.95% 0.8% -
XYZ 25.53 33.23 62.83 -
YUV 126.45 172.32 45.65 -
System Red Green Blue C M Y K H S L
Decimal 11 170 205 0.95 0.17 0 0.20 190.82 0.9 0.42
Hex B AA CD 5F 11 0 14 BF 5A 2A
Octal 13 252 315 137 21 0 24 277 132 52
Binary 1011 10101010 11001101 1011111 10001 0 10100 10111111 1011010 101010

Color Harmonies of #0BAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAACD

Black with #0BAACD

Text Example


Text Example

White with #0BAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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