Html Css Color HEX #10ACD8 Iris Blue

📋 copy color: '#10ACD8'

red 16 ◦ green 172 ◦ blue 216

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

Shades of Iris Blue #10ACD8

Tints of Iris Blue #10ACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 3.96%
G = 42.57%
B = 53.47%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10ACD8 (or 0x10ACD8) is known color: Iris Blue. HEX triplet: 10, AC and D8. RGB value is (16,172,216). Sum of RGB (Red+Green+Blue) = 16+172+216=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #10ACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACD8 is #EF5327. Grayscale: #828282. Windows color (decimal): -15684392 or 14199824. OLE color: 14199824.

HSL color Cylindrical-coordinate representation of color #10ACD8: hue angle of 193.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACD8 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 172 216 -
CMYK 0.93 0.20 0 0.15
HSL 193.2º 0.86% 0.45% -
HSV(B) 193.2º 0.93% 0.85% -
XYZ 27.36 34.57 70.2 -
YUV 130.37 176.32 46.42 -
System Red Green Blue C M Y K H S L
Decimal 16 172 216 0.93 0.20 0 0.15 193.2 0.86 0.45
Hex 10 AC D8 5D 14 0 F C1 56 2D
Octal 20 254 330 135 24 0 17 301 126 55
Binary 10000 10101100 11011000 1011101 10100 0 1111 11000001 1010110 101101

Color Harmonies of #10ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACD8

Black with #10ACD8

Text Example


Text Example

White with #10ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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