Html Css Color HEX #10ABE2 Iris Blue

📋 copy color: '#10ABE2'

red 16 ◦ green 171 ◦ blue 226

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

Shades of Iris Blue #10ABE2

Tints of Iris Blue #10ABE2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 226 (88.67% from 255) = 54.72%

R = 3.87%
G = 41.4%
B = 54.72%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#10ABE2 (or 0x10ABE2) is known color: Iris Blue. HEX triplet: 10, AB and E2. RGB value is (16,171,226). Sum of RGB (Red+Green+Blue) = 16+171+226=413 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.87% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 226 (88.67% from 255 or 54.72% from 413); Max value from RGB is 226 - color contains mainly: blue. Hex color #10ABE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABE2 is #EF541D. Grayscale: #828282. Windows color (decimal): -15684638 or 14854928. OLE color: 14854928.

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

Color convert

RGB 16 171 226 -
CMYK 0.93 0.24 0 0.11
HSL 195.71º 0.87% 0.47% -
HSV(B) 195.71º 0.93% 0.89% -
XYZ 28.5 34.73 77.15 -
YUV 130.93 181.65 46.03 -
System Red Green Blue C M Y K H S L
Decimal 16 171 226 0.93 0.24 0 0.11 195.71 0.87 0.47
Hex 10 AB E2 5D 18 0 B C4 57 2F
Octal 20 253 342 135 30 0 13 304 127 57
Binary 10000 10101011 11100010 1011101 11000 0 1011 11000100 1010111 101111

Color Harmonies of #10ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ABE2

Black with #10ABE2

Text Example


Text Example

White with #10ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,226); }

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

background-color css

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

 a { background-color: rgb(16,171,226); }

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

border-color css

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

 span { border-color: rgb(16,171,226); }

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