Html Css Color HEX #0AAFD0 Iris Blue

📋 copy color: '#0AAFD0'

red 10 ◦ green 175 ◦ blue 208

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

Shades of Iris Blue #0AAFD0

Tints of Iris Blue #0AAFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.93%

R = 2.54%
G = 44.53%
B = 52.93%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0AAFD0 (or 0x0AAFD0) is known color: Iris Blue. HEX triplet: 0A, AF and D0. RGB value is (10,175,208). Sum of RGB (Red+Green+Blue) = 10+175+208=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #0AAFD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFD0 is #F5502F. Grayscale: #818181. Windows color (decimal): -16076848 or 13676298. OLE color: 13676298.

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

Color convert

RGB 10 175 208 -
CMYK 0.95 0.16 0 0.18
HSL 190º 0.91% 0.43% -
HSV(B) 190º 0.95% 0.82% -
XYZ 26.84 35.28 65.07 -
YUV 129.43 172.34 42.82 -
System Red Green Blue C M Y K H S L
Decimal 10 175 208 0.95 0.16 0 0.18 190 0.91 0.43
Hex A AF D0 5F 10 0 12 BE 5B 2B
Octal 12 257 320 137 20 0 22 276 133 53
Binary 1010 10101111 11010000 1011111 10000 0 10010 10111110 1011011 101011

Color Harmonies of #0AAFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFD0

Black with #0AAFD0

Text Example


Text Example

White with #0AAFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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