Html Css Color HEX #0AAEDC Iris Blue

📋 copy color: '#0AAEDC'

red 10 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #0AAEDC

Tints of Iris Blue #0AAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

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

R = 2.48%
G = 43.07%
B = 54.46%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0AAEDC (or 0x0AAEDC) is known color: Iris Blue. HEX triplet: 0A, AE and DC. RGB value is (10,174,220). Sum of RGB (Red+Green+Blue) = 10+174+220=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AAEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAEDC is #F55123. Grayscale: #818181. Windows color (decimal): -16077092 or 14462474. OLE color: 14462474.

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

Color convert

RGB 10 174 220 -
CMYK 0.95 0.21 0 0.14
HSL 193.14º 0.91% 0.45% -
HSV(B) 193.14º 0.95% 0.86% -
XYZ 28.18 35.5 73.08 -
YUV 130.21 178.67 42.26 -
System Red Green Blue C M Y K H S L
Decimal 10 174 220 0.95 0.21 0 0.14 193.14 0.91 0.45
Hex A AE DC 5F 15 0 E C1 5B 2D
Octal 12 256 334 137 25 0 16 301 133 55
Binary 1010 10101110 11011100 1011111 10101 0 1110 11000001 1011011 101101

Color Harmonies of #0AAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAEDC

Black with #0AAEDC

Text Example


Text Example

White with #0AAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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