Html Css Color HEX #10ABDD Iris Blue

📋 copy color: '#10ABDD'

red 16 ◦ green 171 ◦ blue 221

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

Shades of Iris Blue #10ABDD

Tints of Iris Blue #10ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 3.92%
G = 41.91%
B = 54.17%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10ABDD (or 0x10ABDD) is known color: Iris Blue. HEX triplet: 10, AB and DD. RGB value is (16,171,221). Sum of RGB (Red+Green+Blue) = 16+171+221=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #10ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABDD is #EF5422. Grayscale: #828282. Windows color (decimal): -15684643 or 14527248. OLE color: 14527248.

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

Color convert

RGB 16 171 221 -
CMYK 0.93 0.23 0 0.13
HSL 194.63º 0.86% 0.46% -
HSV(B) 194.63º 0.93% 0.87% -
XYZ 27.83 34.46 73.59 -
YUV 130.36 179.15 46.43 -
System Red Green Blue C M Y K H S L
Decimal 16 171 221 0.93 0.23 0 0.13 194.63 0.86 0.46
Hex 10 AB DD 5D 17 0 D C3 56 2E
Octal 20 253 335 135 27 0 15 303 126 56
Binary 10000 10101011 11011101 1011101 10111 0 1101 11000011 1010110 101110

Color Harmonies of #10ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABDD

Black with #10ABDD

Text Example


Text Example

White with #10ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,221); }

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

background-color css

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

 a { background-color: rgb(16,171,221); }

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

border-color css

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

 span { border-color: rgb(16,171,221); }

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