Html Css Color HEX #10A9DE Iris Blue

📋 copy color: '#10A9DE'

red 16 ◦ green 169 ◦ blue 222

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

Shades of Iris Blue #10A9DE

Tints of Iris Blue #10A9DE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 222 (87.11% from 255) = 54.55%

R = 3.93%
G = 41.52%
B = 54.55%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#10A9DE (or 0x10A9DE) is known color: Iris Blue. HEX triplet: 10, A9 and DE. RGB value is (16,169,222). Sum of RGB (Red+Green+Blue) = 16+169+222=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #10A9DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A9DE is #EF5621. Grayscale: #808080. Windows color (decimal): -15685154 or 14592272. OLE color: 14592272.

HSL color Cylindrical-coordinate representation of color #10A9DE: hue angle of 195.44º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A9DE is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 169 222 -
CMYK 0.93 0.24 0 0.13
HSL 195.44º 0.87% 0.47% -
HSV(B) 195.44º 0.93% 0.87% -
XYZ 27.59 33.76 74.17 -
YUV 129.3 180.31 47.19 -
System Red Green Blue C M Y K H S L
Decimal 16 169 222 0.93 0.24 0 0.13 195.44 0.87 0.47
Hex 10 A9 DE 5D 18 0 D C3 57 2F
Octal 20 251 336 135 30 0 15 303 127 57
Binary 10000 10101001 11011110 1011101 11000 0 1101 11000011 1010111 101111

Color Harmonies of #10A9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A9DE

Black with #10A9DE

Text Example


Text Example

White with #10A9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,169,222); }

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

background-color css

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

 a { background-color: rgb(16,169,222); }

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

border-color css

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

 span { border-color: rgb(16,169,222); }

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