Html Css Color HEX #10A8CE Iris Blue

📋 copy color: '#10A8CE'

red 16 ◦ green 168 ◦ blue 206

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

Shades of Iris Blue #10A8CE

Tints of Iris Blue #10A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 4.1%
G = 43.08%
B = 52.82%

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

#10A8CE (or 0x10A8CE) is known color: Iris Blue. HEX triplet: 10, A8 and CE. RGB value is (16,168,206). Sum of RGB (Red+Green+Blue) = 16+168+206=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #10A8CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8CE is #EF5731. Grayscale: #7E7E7E. Windows color (decimal): -15685426 or 13543440. OLE color: 13543440.

HSL color Cylindrical-coordinate representation of color #10A8CE: hue angle of 192º 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 #10A8CE is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 168 206 -
CMYK 0.92 0.18 0 0.19
HSL 192º 0.86% 0.44% -
HSV(B) 192º 0.92% 0.81% -
XYZ 25.36 32.57 63.34 -
YUV 126.88 172.64 48.91 -
System Red Green Blue C M Y K H S L
Decimal 16 168 206 0.92 0.18 0 0.19 192 0.86 0.44
Hex 10 A8 CE 5C 12 0 13 C0 56 2C
Octal 20 250 316 134 22 0 23 300 126 54
Binary 10000 10101000 11001110 1011100 10010 0 10011 11000000 1010110 101100

Color Harmonies of #10A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8CE

Black with #10A8CE

Text Example


Text Example

White with #10A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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