Html Css Color HEX #0AAFDC Iris Blue

📋 copy color: '#0AAFDC'

red 10 ◦ green 175 ◦ blue 220

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

Shades of Iris Blue #0AAFDC

Tints of Iris Blue #0AAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.32%

R = 2.47%
G = 43.21%
B = 54.32%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AAFDC (or 0x0AAFDC) is known color: Iris Blue. HEX triplet: 0A, AF and DC. RGB value is (10,175,220). Sum of RGB (Red+Green+Blue) = 10+175+220=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AAFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFDC is #F55023. Grayscale: #828282. Windows color (decimal): -16076836 or 14462730. OLE color: 14462730.

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

Color convert

RGB 10 175 220 -
CMYK 0.95 0.20 0 0.14
HSL 192.86º 0.91% 0.45% -
HSV(B) 192.86º 0.95% 0.86% -
XYZ 28.37 35.89 73.14 -
YUV 130.8 178.34 41.84 -
System Red Green Blue C M Y K H S L
Decimal 10 175 220 0.95 0.20 0 0.14 192.86 0.91 0.45
Hex A AF DC 5F 14 0 E C1 5B 2D
Octal 12 257 334 137 24 0 16 301 133 55
Binary 1010 10101111 11011100 1011111 10100 0 1110 11000001 1011011 101101

Color Harmonies of #0AAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAFDC

Black with #0AAFDC

Text Example


Text Example

White with #0AAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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