Html Css Color HEX #10ACDA Iris Blue

📋 copy color: '#10ACDA'

red 16 ◦ green 172 ◦ blue 218

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

Shades of Iris Blue #10ACDA

Tints of Iris Blue #10ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.36%

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

R = 3.94%
G = 42.36%
B = 53.69%

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

#10ACDA (or 0x10ACDA) is known color: Iris Blue. HEX triplet: 10, AC and DA. RGB value is (16,172,218). Sum of RGB (Red+Green+Blue) = 16+172+218=406 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.94% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #10ACDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACDA is #EF5325. Grayscale: #828282. Windows color (decimal): -15684390 or 14330896. OLE color: 14330896.

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

Color convert

RGB 16 172 218 -
CMYK 0.93 0.21 0 0.15
HSL 193.66º 0.86% 0.46% -
HSV(B) 193.66º 0.93% 0.85% -
XYZ 27.62 34.68 71.57 -
YUV 130.6 177.32 46.26 -
System Red Green Blue C M Y K H S L
Decimal 16 172 218 0.93 0.21 0 0.15 193.66 0.86 0.46
Hex 10 AC DA 5D 15 0 F C2 56 2E
Octal 20 254 332 135 25 0 17 302 126 56
Binary 10000 10101100 11011010 1011101 10101 0 1111 11000010 1010110 101110

Color Harmonies of #10ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACDA

Black with #10ACDA

Text Example


Text Example

White with #10ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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