Html Css Color HEX #10ADDC Iris Blue

📋 copy color: '#10ADDC'

red 16 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #10ADDC

Tints of Iris Blue #10ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 3.91%
G = 42.3%
B = 53.79%

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

#10ADDC (or 0x10ADDC) is known color: Iris Blue. HEX triplet: 10, AD and DC. RGB value is (16,173,220). Sum of RGB (Red+Green+Blue) = 16+173+220=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #10ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADDC is #EF5223. Grayscale: #838383. Windows color (decimal): -15684132 or 14462224. OLE color: 14462224.

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

Color convert

RGB 16 173 220 -
CMYK 0.93 0.21 0 0.14
HSL 193.82º 0.86% 0.46% -
HSV(B) 193.82º 0.93% 0.86% -
XYZ 28.08 35.16 73.02 -
YUV 131.42 177.99 45.68 -
System Red Green Blue C M Y K H S L
Decimal 16 173 220 0.93 0.21 0 0.14 193.82 0.86 0.46
Hex 10 AD DC 5D 15 0 E C2 56 2E
Octal 20 255 334 135 25 0 16 302 126 56
Binary 10000 10101101 11011100 1011101 10101 0 1110 11000010 1010110 101110

Color Harmonies of #10ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADDC

Black with #10ADDC

Text Example


Text Example

White with #10ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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