Html Css Color HEX #0AB5DD Iris Blue

📋 copy color: '#0AB5DD'

red 10 ◦ green 181 ◦ blue 221

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

Shades of Iris Blue #0AB5DD

Tints of Iris Blue #0AB5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 2.43%
G = 43.93%
B = 53.64%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0AB5DD (or 0x0AB5DD) is known color: Iris Blue. HEX triplet: 0A, B5 and DD. RGB value is (10,181,221). Sum of RGB (Red+Green+Blue) = 10+181+221=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB5DD is #F54A22. Grayscale: #868686. Windows color (decimal): -16075299 or 14529802. OLE color: 14529802.

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

Color convert

RGB 10 181 221 -
CMYK 0.95 0.18 0 0.13
HSL 191.37º 0.91% 0.45% -
HSV(B) 191.37º 0.95% 0.87% -
XYZ 29.7 38.33 74.24 -
YUV 134.43 176.85 39.25 -
System Red Green Blue C M Y K H S L
Decimal 10 181 221 0.95 0.18 0 0.13 191.37 0.91 0.45
Hex A B5 DD 5F 12 0 D BF 5B 2D
Octal 12 265 335 137 22 0 15 277 133 55
Binary 1010 10110101 11011101 1011111 10010 0 1101 10111111 1011011 101101

Color Harmonies of #0AB5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB5DD

Black with #0AB5DD

Text Example


Text Example

White with #0AB5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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