Html Css Color HEX #10AFD1 Iris Blue

📋 copy color: '#10AFD1'

red 16 ◦ green 175 ◦ blue 209

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

Shades of Iris Blue #10AFD1

Tints of Iris Blue #10AFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 4%
G = 43.75%
B = 52.25%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#10AFD1 (or 0x10AFD1) is known color: Iris Blue. HEX triplet: 10, AF and D1. RGB value is (16,175,209). Sum of RGB (Red+Green+Blue) = 16+175+209=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #10AFD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFD1 is #EF502E. Grayscale: #838383. Windows color (decimal): -15683631 or 13741840. OLE color: 13741840.

HSL color Cylindrical-coordinate representation of color #10AFD1: hue angle of 190.57º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFD1 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 175 209 -
CMYK 0.92 0.16 0 0.18
HSL 190.57º 0.86% 0.44% -
HSV(B) 190.57º 0.92% 0.82% -
XYZ 27.05 35.37 65.72 -
YUV 131.34 171.82 45.74 -
System Red Green Blue C M Y K H S L
Decimal 16 175 209 0.92 0.16 0 0.18 190.57 0.86 0.44
Hex 10 AF D1 5C 10 0 12 BF 56 2C
Octal 20 257 321 134 20 0 22 277 126 54
Binary 10000 10101111 11010001 1011100 10000 0 10010 10111111 1010110 101100

Color Harmonies of #10AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFD1

Black with #10AFD1

Text Example


Text Example

White with #10AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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