Html Css Color HEX #10ADDA Iris Blue

📋 copy color: '#10ADDA'

red 16 ◦ green 173 ◦ blue 218

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

Shades of Iris Blue #10ADDA

Tints of Iris Blue #10ADDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 3.93%
G = 42.51%
B = 53.56%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10ADDA (or 0x10ADDA) is known color: Iris Blue. HEX triplet: 10, AD and DA. RGB value is (16,173,218). Sum of RGB (Red+Green+Blue) = 16+173+218=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #10ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADDA is #EF5225. Grayscale: #828282. Windows color (decimal): -15684134 or 14331152. OLE color: 14331152.

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

Color convert

RGB 16 173 218 -
CMYK 0.93 0.21 0 0.15
HSL 193.37º 0.86% 0.46% -
HSV(B) 193.37º 0.93% 0.85% -
XYZ 27.81 35.06 71.63 -
YUV 131.19 176.99 45.84 -
System Red Green Blue C M Y K H S L
Decimal 16 173 218 0.93 0.21 0 0.15 193.37 0.86 0.46
Hex 10 AD DA 5D 15 0 F C1 56 2E
Octal 20 255 332 135 25 0 17 301 126 56
Binary 10000 10101101 11011010 1011101 10101 0 1111 11000001 1010110 101110

Color Harmonies of #10ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADDA

Black with #10ADDA

Text Example


Text Example

White with #10ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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