Html Css Color HEX #10AFC1 Iris Blue

📋 copy color: '#10AFC1'

red 16 ◦ green 175 ◦ blue 193

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

Shades of Iris Blue #10AFC1

Tints of Iris Blue #10AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 4.17%
G = 45.57%
B = 50.26%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10AFC1 (or 0x10AFC1) is known color: Iris Blue. HEX triplet: 10, AF and C1. RGB value is (16,175,193). Sum of RGB (Red+Green+Blue) = 16+175+193=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #10AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFC1 is #EF503E. Grayscale: #818181. Windows color (decimal): -15683647 or 12693264. OLE color: 12693264.

HSL color Cylindrical-coordinate representation of color #10AFC1: hue angle of 186.1º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFC1 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 175 193 -
CMYK 0.92 0.09 0 0.24
HSL 186.1º 0.85% 0.41% -
HSV(B) 186.1º 0.92% 0.76% -
XYZ 25.17 34.62 55.81 -
YUV 129.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 16 175 193 0.92 0.09 0 0.24 186.1 0.85 0.41
Hex 10 AF C1 5C 9 0 18 BA 55 29
Octal 20 257 301 134 11 0 30 272 125 51
Binary 10000 10101111 11000001 1011100 1001 0 11000 10111010 1010101 101001

Color Harmonies of #10AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFC1

Black with #10AFC1

Text Example


Text Example

White with #10AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,193); }

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

background-color css

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

 a { background-color: rgb(16,175,193); }

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

border-color css

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

 span { border-color: rgb(16,175,193); }

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