Html Css Color HEX #0BACDE Iris Blue

📋 copy color: '#0BACDE'

red 11 ◦ green 172 ◦ blue 222

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

Shades of Iris Blue #0BACDE

Tints of Iris Blue #0BACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 2.72%
G = 42.47%
B = 54.81%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BACDE (or 0x0BACDE) is known color: Iris Blue. HEX triplet: 0B, AC and DE. RGB value is (11,172,222). Sum of RGB (Red+Green+Blue) = 11+172+222=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BACDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACDE is #F45321. Grayscale: #818181. Windows color (decimal): -16012066 or 14593035. OLE color: 14593035.

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

Color convert

RGB 11 172 222 -
CMYK 0.95 0.23 0 0.13
HSL 194.22º 0.91% 0.46% -
HSV(B) 194.22º 0.95% 0.87% -
XYZ 28.08 34.85 74.35 -
YUV 129.56 180.16 43.43 -
System Red Green Blue C M Y K H S L
Decimal 11 172 222 0.95 0.23 0 0.13 194.22 0.91 0.46
Hex B AC DE 5F 17 0 D C2 5B 2E
Octal 13 254 336 137 27 0 15 302 133 56
Binary 1011 10101100 11011110 1011111 10111 0 1101 11000010 1011011 101110

Color Harmonies of #0BACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BACDE

Black with #0BACDE

Text Example


Text Example

White with #0BACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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