Html Css Color HEX #0AB5D7 Iris Blue

📋 copy color: '#0AB5D7'

red 10 ◦ green 181 ◦ blue 215

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

Shades of Iris Blue #0AB5D7

Tints of Iris Blue #0AB5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 2.46%
G = 44.58%
B = 52.96%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0AB5D7 (or 0x0AB5D7) is known color: Iris Blue. HEX triplet: 0A, B5 and D7. RGB value is (10,181,215). Sum of RGB (Red+Green+Blue) = 10+181+215=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #0AB5D7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB5D7 is #F54A28. Grayscale: #858585. Windows color (decimal): -16075305 or 14136586. OLE color: 14136586.

HSL color Cylindrical-coordinate representation of color #0AB5D7: hue angle of 189.95º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB5D7 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 181 215 -
CMYK 0.95 0.16 0 0.16
HSL 189.95º 0.91% 0.44% -
HSV(B) 189.95º 0.95% 0.84% -
XYZ 28.91 38.02 70.1 -
YUV 133.75 173.85 39.74 -
System Red Green Blue C M Y K H S L
Decimal 10 181 215 0.95 0.16 0 0.16 189.95 0.91 0.44
Hex A B5 D7 5F 10 0 10 BE 5B 2C
Octal 12 265 327 137 20 0 20 276 133 54
Binary 1010 10110101 11010111 1011111 10000 0 10000 10111110 1011011 101100

Color Harmonies of #0AB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB5D7

Black with #0AB5D7

Text Example


Text Example

White with #0AB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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