Html Css Color HEX #10AFC7 Iris Blue

📋 copy color: '#10AFC7'

red 16 ◦ green 175 ◦ blue 199

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

Shades of Iris Blue #10AFC7

Tints of Iris Blue #10AFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 4.1%
G = 44.87%
B = 51.03%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#10AFC7 (or 0x10AFC7) is known color: Iris Blue. HEX triplet: 10, AF and C7. RGB value is (16,175,199). Sum of RGB (Red+Green+Blue) = 16+175+199=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #10AFC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFC7 is #EF5038. Grayscale: #818181. Windows color (decimal): -15683641 or 13086480. OLE color: 13086480.

HSL color Cylindrical-coordinate representation of color #10AFC7: hue angle of 187.87º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFC7 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 175 199 -
CMYK 0.92 0.12 0 0.22
HSL 187.87º 0.85% 0.42% -
HSV(B) 187.87º 0.92% 0.78% -
XYZ 25.85 34.89 59.41 -
YUV 130.2 166.82 46.55 -
System Red Green Blue C M Y K H S L
Decimal 16 175 199 0.92 0.12 0 0.22 187.87 0.85 0.42
Hex 10 AF C7 5C C 0 16 BC 55 2A
Octal 20 257 307 134 14 0 26 274 125 52
Binary 10000 10101111 11000111 1011100 1100 0 10110 10111100 1010101 101010

Color Harmonies of #10AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFC7

Black with #10AFC7

Text Example


Text Example

White with #10AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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