Html Css Color HEX #10ADDB Iris Blue

📋 copy color: '#10ADDB'

red 16 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #10ADDB

Tints of Iris Blue #10ADDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 3.92%
G = 42.4%
B = 53.68%

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

#10ADDB (or 0x10ADDB) is known color: Iris Blue. HEX triplet: 10, AD and DB. RGB value is (16,173,219). Sum of RGB (Red+Green+Blue) = 16+173+219=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #10ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADDB is #EF5224. Grayscale: #828282. Windows color (decimal): -15684133 or 14396688. OLE color: 14396688.

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

Color convert

RGB 16 173 219 -
CMYK 0.93 0.21 0 0.14
HSL 193.6º 0.86% 0.46% -
HSV(B) 193.6º 0.93% 0.86% -
XYZ 27.94 35.11 72.32 -
YUV 131.3 177.49 45.76 -
System Red Green Blue C M Y K H S L
Decimal 16 173 219 0.93 0.21 0 0.14 193.6 0.86 0.46
Hex 10 AD DB 5D 15 0 E C2 56 2E
Octal 20 255 333 135 25 0 16 302 126 56
Binary 10000 10101101 11011011 1011101 10101 0 1110 11000010 1010110 101110

Color Harmonies of #10ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ADDB

Black with #10ADDB

Text Example


Text Example

White with #10ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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