Html Css Color HEX #10ACDB Iris Blue

📋 copy color: '#10ACDB'

red 16 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #10ACDB

Tints of Iris Blue #10ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 3.93%
G = 42.26%
B = 53.81%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10ACDB (or 0x10ACDB) is known color: Iris Blue. HEX triplet: 10, AC and DB. RGB value is (16,172,219). Sum of RGB (Red+Green+Blue) = 16+172+219=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #10ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ACDB is #EF5324. Grayscale: #828282. Windows color (decimal): -15684389 or 14396432. OLE color: 14396432.

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

Color convert

RGB 16 172 219 -
CMYK 0.93 0.21 0 0.14
HSL 193.89º 0.86% 0.46% -
HSV(B) 193.89º 0.93% 0.86% -
XYZ 27.75 34.73 72.26 -
YUV 130.71 177.82 46.18 -
System Red Green Blue C M Y K H S L
Decimal 16 172 219 0.93 0.21 0 0.14 193.89 0.86 0.46
Hex 10 AC DB 5D 15 0 E C2 56 2E
Octal 20 254 333 135 25 0 16 302 126 56
Binary 10000 10101100 11011011 1011101 10101 0 1110 11000010 1010110 101110

Color Harmonies of #10ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ACDB

Black with #10ACDB

Text Example


Text Example

White with #10ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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