Html Css Color HEX #10A9CE Iris Blue

📋 copy color: '#10A9CE'

red 16 ◦ green 169 ◦ blue 206

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

Shades of Iris Blue #10A9CE

Tints of Iris Blue #10A9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.69%

R = 4.09%
G = 43.22%
B = 52.69%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10A9CE (or 0x10A9CE) is known color: Iris Blue. HEX triplet: 10, A9 and CE. RGB value is (16,169,206). Sum of RGB (Red+Green+Blue) = 16+169+206=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #10A9CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A9CE is #EF5631. Grayscale: #7F7F7F. Windows color (decimal): -15685170 or 13543696. OLE color: 13543696.

HSL color Cylindrical-coordinate representation of color #10A9CE: hue angle of 191.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A9CE is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 169 206 -
CMYK 0.92 0.18 0 0.19
HSL 191.68º 0.86% 0.44% -
HSV(B) 191.68º 0.92% 0.81% -
XYZ 25.54 32.94 63.4 -
YUV 127.47 172.31 48.49 -
System Red Green Blue C M Y K H S L
Decimal 16 169 206 0.92 0.18 0 0.19 191.68 0.86 0.44
Hex 10 A9 CE 5C 12 0 13 C0 56 2C
Octal 20 251 316 134 22 0 23 300 126 54
Binary 10000 10101001 11001110 1011100 10010 0 10011 11000000 1010110 101100

Color Harmonies of #10A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A9CE

Black with #10A9CE

Text Example


Text Example

White with #10A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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