Html Css Color HEX #10AFC3 Iris Blue

📋 copy color: '#10AFC3'

red 16 ◦ green 175 ◦ blue 195

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

Shades of Iris Blue #10AFC3

Tints of Iris Blue #10AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.52%

R = 4.15%
G = 45.34%
B = 50.52%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#10AFC3 (or 0x10AFC3) is known color: Iris Blue. HEX triplet: 10, AF and C3. RGB value is (16,175,195). Sum of RGB (Red+Green+Blue) = 16+175+195=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #10AFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFC3 is #EF503C. Grayscale: #818181. Windows color (decimal): -15683645 or 12824336. OLE color: 12824336.

HSL color Cylindrical-coordinate representation of color #10AFC3: hue angle of 186.7º 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 #10AFC3 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 175 195 -
CMYK 0.92 0.10 0 0.24
HSL 186.7º 0.85% 0.41% -
HSV(B) 186.7º 0.92% 0.76% -
XYZ 25.39 34.71 56.99 -
YUV 129.74 164.82 46.87 -
System Red Green Blue C M Y K H S L
Decimal 16 175 195 0.92 0.10 0 0.24 186.7 0.85 0.41
Hex 10 AF C3 5C A 0 18 BB 55 29
Octal 20 257 303 134 12 0 30 273 125 51
Binary 10000 10101111 11000011 1011100 1010 0 11000 10111011 1010101 101001

Color Harmonies of #10AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFC3

Black with #10AFC3

Text Example


Text Example

White with #10AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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