Html Css Color HEX #10ACDD Iris Blue

📋 copy color: '#10ACDD'

red 16 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #10ACDD

Tints of Iris Blue #10ACDD

RGB

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

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

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

R = 3.91%
G = 42.05%
B = 54.03%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10ACDD (or 0x10ACDD) is known color: Iris Blue. HEX triplet: 10, AC and DD. RGB value is (16,172,221). Sum of RGB (Red+Green+Blue) = 16+172+221=409 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.91% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #10ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACDD is #EF5322. Grayscale: #828282. Windows color (decimal): -15684387 or 14527504. OLE color: 14527504.

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

Color convert

RGB 16 172 221 -
CMYK 0.93 0.22 0 0.13
HSL 194.34º 0.86% 0.46% -
HSV(B) 194.34º 0.93% 0.87% -
XYZ 28.02 34.84 73.65 -
YUV 130.94 178.82 46.02 -
System Red Green Blue C M Y K H S L
Decimal 16 172 221 0.93 0.22 0 0.13 194.34 0.86 0.46
Hex 10 AC DD 5D 16 0 D C2 56 2E
Octal 20 254 335 135 26 0 15 302 126 56
Binary 10000 10101100 11011101 1011101 10110 0 1101 11000010 1010110 101110

Color Harmonies of #10ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACDD

Black with #10ACDD

Text Example


Text Example

White with #10ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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