Html Css Color HEX #10A7E1 Iris Blue

📋 copy color: '#10A7E1'

red 16 ◦ green 167 ◦ blue 225

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

Shades of Iris Blue #10A7E1

Tints of Iris Blue #10A7E1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

 BLUE value IS 225 (88.28% from 255) = 55.15%

R = 3.92%
G = 40.93%
B = 55.15%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#10A7E1 (or 0x10A7E1) is known color: Iris Blue. HEX triplet: 10, A7 and E1. RGB value is (16,167,225). Sum of RGB (Red+Green+Blue) = 16+167+225=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #10A7E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A7E1 is #EF581E. Grayscale: #808080. Windows color (decimal): -15685663 or 14788368. OLE color: 14788368.

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

Color convert

RGB 16 167 225 -
CMYK 0.93 0.26 0 0.12
HSL 196.65º 0.87% 0.47% -
HSV(B) 196.65º 0.93% 0.88% -
XYZ 27.62 33.18 76.18 -
YUV 128.46 182.47 47.78 -
System Red Green Blue C M Y K H S L
Decimal 16 167 225 0.93 0.26 0 0.12 196.65 0.87 0.47
Hex 10 A7 E1 5D 1A 0 C C5 57 2F
Octal 20 247 341 135 32 0 14 305 127 57
Binary 10000 10100111 11100001 1011101 11010 0 1100 11000101 1010111 101111

Color Harmonies of #10A7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A7E1

Black with #10A7E1

Text Example


Text Example

White with #10A7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,167,225); }

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

background-color css

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

 a { background-color: rgb(16,167,225); }

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

border-color css

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

 span { border-color: rgb(16,167,225); }

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