Html Css Color HEX #10A8D7 Iris Blue

📋 copy color: '#10A8D7'

red 16 ◦ green 168 ◦ blue 215

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

Shades of Iris Blue #10A8D7

Tints of Iris Blue #10A8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.88%

R = 4.01%
G = 42.11%
B = 53.88%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10A8D7 (or 0x10A8D7) is known color: Iris Blue. HEX triplet: 10, A8 and D7. RGB value is (16,168,215). Sum of RGB (Red+Green+Blue) = 16+168+215=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #10A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8D7 is #EF5728. Grayscale: #7F7F7F. Windows color (decimal): -15685417 or 14133264. OLE color: 14133264.

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

Color convert

RGB 16 168 215 -
CMYK 0.93 0.22 0 0.16
HSL 194.17º 0.86% 0.45% -
HSV(B) 194.17º 0.93% 0.84% -
XYZ 26.48 33.02 69.27 -
YUV 127.91 177.14 48.18 -
System Red Green Blue C M Y K H S L
Decimal 16 168 215 0.93 0.22 0 0.16 194.17 0.86 0.45
Hex 10 A8 D7 5D 16 0 10 C2 56 2D
Octal 20 250 327 135 26 0 20 302 126 55
Binary 10000 10101000 11010111 1011101 10110 0 10000 11000010 1010110 101101

Color Harmonies of #10A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8D7

Black with #10A8D7

Text Example


Text Example

White with #10A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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