Html Css Color HEX #0AAFD9 Iris Blue

📋 copy color: '#0AAFD9'

red 10 ◦ green 175 ◦ blue 217

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

Shades of Iris Blue #0AAFD9

Tints of Iris Blue #0AAFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.53%

 BLUE value IS 217 (85.16% from 255) = 53.98%

R = 2.49%
G = 43.53%
B = 53.98%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0AAFD9 (or 0x0AAFD9) is known color: Iris Blue. HEX triplet: 0A, AF and D9. RGB value is (10,175,217). Sum of RGB (Red+Green+Blue) = 10+175+217=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #0AAFD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFD9 is #F55026. Grayscale: #828282. Windows color (decimal): -16076839 or 14266122. OLE color: 14266122.

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

Color convert

RGB 10 175 217 -
CMYK 0.95 0.19 0 0.15
HSL 192.17º 0.91% 0.45% -
HSV(B) 192.17º 0.95% 0.85% -
XYZ 27.98 35.73 71.07 -
YUV 130.45 176.84 42.08 -
System Red Green Blue C M Y K H S L
Decimal 10 175 217 0.95 0.19 0 0.15 192.17 0.91 0.45
Hex A AF D9 5F 13 0 F C0 5B 2D
Octal 12 257 331 137 23 0 17 300 133 55
Binary 1010 10101111 11011001 1011111 10011 0 1111 11000000 1011011 101101

Color Harmonies of #0AAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFD9

Black with #0AAFD9

Text Example


Text Example

White with #0AAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,175,217); }

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

background-color css

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

 a { background-color: rgb(10,175,217); }

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

border-color css

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

 span { border-color: rgb(10,175,217); }

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