Html Css Color HEX #10A8D6 Iris Blue

📋 copy color: '#10A8D6'

red 16 ◦ green 168 ◦ blue 214

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

Shades of Iris Blue #10A8D6

Tints of Iris Blue #10A8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.77%

R = 4.02%
G = 42.21%
B = 53.77%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#10A8D6 (or 0x10A8D6) is known color: Iris Blue. HEX triplet: 10, A8 and D6. RGB value is (16,168,214). Sum of RGB (Red+Green+Blue) = 16+168+214=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #10A8D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8D6 is #EF5729. Grayscale: #7F7F7F. Windows color (decimal): -15685418 or 14067728. OLE color: 14067728.

HSL color Cylindrical-coordinate representation of color #10A8D6: hue angle of 193.94º 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 #10A8D6 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 168 214 -
CMYK 0.93 0.21 0 0.16
HSL 193.94º 0.86% 0.45% -
HSV(B) 193.94º 0.93% 0.84% -
XYZ 26.35 32.97 68.59 -
YUV 127.8 176.64 48.26 -
System Red Green Blue C M Y K H S L
Decimal 16 168 214 0.93 0.21 0 0.16 193.94 0.86 0.45
Hex 10 A8 D6 5D 15 0 10 C2 56 2D
Octal 20 250 326 135 25 0 20 302 126 55
Binary 10000 10101000 11010110 1011101 10101 0 10000 11000010 1010110 101101

Color Harmonies of #10A8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A8D6

Black with #10A8D6

Text Example


Text Example

White with #10A8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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