Html Css Color HEX #0AB1DD Iris Blue

📋 copy color: '#0AB1DD'

red 10 ◦ green 177 ◦ blue 221

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

Shades of Iris Blue #0AB1DD

Tints of Iris Blue #0AB1DD

RGB

 RED value IS 10 (4.3% from 255) = 2.45%

 GREEN value IS 177 (69.53% from 255) = 43.38%

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

R = 2.45%
G = 43.38%
B = 54.17%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB1DD (or 0x0AB1DD) is known color: Iris Blue. HEX triplet: 0A, B1 and DD. RGB value is (10,177,221). Sum of RGB (Red+Green+Blue) = 10+177+221=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1DD is #F54E22. Grayscale: #838383. Windows color (decimal): -16076323 or 14528778. OLE color: 14528778.

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

Color convert

RGB 10 177 221 -
CMYK 0.95 0.20 0 0.13
HSL 192.51º 0.91% 0.45% -
HSV(B) 192.51º 0.95% 0.87% -
XYZ 28.9 36.73 73.97 -
YUV 132.08 178.17 40.92 -
System Red Green Blue C M Y K H S L
Decimal 10 177 221 0.95 0.20 0 0.13 192.51 0.91 0.45
Hex A B1 DD 5F 14 0 D C1 5B 2D
Octal 12 261 335 137 24 0 15 301 133 55
Binary 1010 10110001 11011101 1011111 10100 0 1101 11000001 1011011 101101

Color Harmonies of #0AB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB1DD

Black with #0AB1DD

Text Example


Text Example

White with #0AB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,177,221); }

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

background-color css

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

 a { background-color: rgb(10,177,221); }

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

border-color css

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

 span { border-color: rgb(10,177,221); }

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