Html Css Color HEX #10AEDC Iris Blue

📋 copy color: '#10AEDC'

red 16 ◦ green 174 ◦ blue 220

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

Shades of Iris Blue #10AEDC

Tints of Iris Blue #10AEDC

RGB

 RED value IS 16 (6.64% from 255) = 3.9%

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

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

R = 3.9%
G = 42.44%
B = 53.66%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10AEDC (or 0x10AEDC) is known color: Iris Blue. HEX triplet: 10, AE and DC. RGB value is (16,174,220). Sum of RGB (Red+Green+Blue) = 16+174+220=410 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.90% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #10AEDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEDC is #EF5123. Grayscale: #838383. Windows color (decimal): -15683876 or 14462480. OLE color: 14462480.

HSL color Cylindrical-coordinate representation of color #10AEDC: hue angle of 193.53º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AEDC is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 174 220 -
CMYK 0.93 0.21 0 0.14
HSL 193.53º 0.86% 0.46% -
HSV(B) 193.53º 0.93% 0.86% -
XYZ 28.27 35.55 73.08 -
YUV 132 177.65 45.26 -
System Red Green Blue C M Y K H S L
Decimal 16 174 220 0.93 0.21 0 0.14 193.53 0.86 0.46
Hex 10 AE DC 5D 15 0 E C2 56 2E
Octal 20 256 334 135 25 0 16 302 126 56
Binary 10000 10101110 11011100 1011101 10101 0 1110 11000010 1010110 101110

Color Harmonies of #10AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AEDC

Black with #10AEDC

Text Example


Text Example

White with #10AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AEDC; }

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

 H1.HeaderClassName
 {
   color: #10AEDC;
 }
 .AnyTagClassName
 {
   color: #10AEDC;
 }
</style>

background-color css

<style>
 a { background-color: #10AEDC; }

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

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

border-color css

<style>
 span { border-color: #10AEDC; }

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

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