Html Css Color HEX #0BACDD Iris Blue

📋 copy color: '#0BACDD'

red 11 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #0BACDD

Tints of Iris Blue #0BACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.57%

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 2.72%
G = 42.57%
B = 54.7%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BACDD (or 0x0BACDD) is known color: Iris Blue. HEX triplet: 0B, AC and DD. RGB value is (11,172,221). Sum of RGB (Red+Green+Blue) = 11+172+221=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACDD is #F45322. Grayscale: #818181. Windows color (decimal): -16012067 or 14527499. OLE color: 14527499.

HSL color Cylindrical-coordinate representation of color #0BACDD: hue angle of 194º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BACDD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 172 221 -
CMYK 0.95 0.22 0 0.13
HSL 194º 0.91% 0.45% -
HSV(B) 194º 0.95% 0.87% -
XYZ 27.94 34.8 73.65 -
YUV 129.45 179.66 43.52 -
System Red Green Blue C M Y K H S L
Decimal 11 172 221 0.95 0.22 0 0.13 194 0.91 0.45
Hex B AC DD 5F 16 0 D C2 5B 2D
Octal 13 254 335 137 26 0 15 302 133 55
Binary 1011 10101100 11011101 1011111 10110 0 1101 11000010 1011011 101101

Color Harmonies of #0BACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACDD

Black with #0BACDD

Text Example


Text Example

White with #0BACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,172,221); }

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

background-color css

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

 a { background-color: rgb(11,172,221); }

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

border-color css

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

 span { border-color: rgb(11,172,221); }

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