Html Css Color HEX #10ABDA Iris Blue

📋 copy color: '#10ABDA'

red 16 ◦ green 171 ◦ blue 218

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

Shades of Iris Blue #10ABDA

Tints of Iris Blue #10ABDA

RGB

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

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

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

R = 3.95%
G = 42.22%
B = 53.83%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10ABDA (or 0x10ABDA) is known color: Iris Blue. HEX triplet: 10, AB and DA. RGB value is (16,171,218). Sum of RGB (Red+Green+Blue) = 16+171+218=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #10ABDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABDA is #EF5425. Grayscale: #818181. Windows color (decimal): -15684646 or 14330640. OLE color: 14330640.

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

Color convert

RGB 16 171 218 -
CMYK 0.93 0.22 0 0.15
HSL 193.96º 0.86% 0.46% -
HSV(B) 193.96º 0.93% 0.85% -
XYZ 27.43 34.3 71.5 -
YUV 130.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 16 171 218 0.93 0.22 0 0.15 193.96 0.86 0.46
Hex 10 AB DA 5D 16 0 F C2 56 2E
Octal 20 253 332 135 26 0 17 302 126 56
Binary 10000 10101011 11011010 1011101 10110 0 1111 11000010 1010110 101110

Color Harmonies of #10ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABDA

Black with #10ABDA

Text Example


Text Example

White with #10ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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