Html Css Color HEX #10AACF Iris Blue

📋 copy color: '#10AACF'

red 16 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #10AACF

Tints of Iris Blue #10AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 4.07%
G = 43.26%
B = 52.67%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#10AACF (or 0x10AACF) is known color: Iris Blue. HEX triplet: 10, AA and CF. RGB value is (16,170,207). Sum of RGB (Red+Green+Blue) = 16+170+207=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #10AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AACF is #EF5530. Grayscale: #7F7F7F. Windows color (decimal): -15684913 or 13609488. OLE color: 13609488.

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

Color convert

RGB 16 170 207 -
CMYK 0.92 0.18 0 0.19
HSL 191.62º 0.86% 0.44% -
HSV(B) 191.62º 0.92% 0.81% -
XYZ 25.85 33.36 64.11 -
YUV 128.17 172.48 47.99 -
System Red Green Blue C M Y K H S L
Decimal 16 170 207 0.92 0.18 0 0.19 191.62 0.86 0.44
Hex 10 AA CF 5C 12 0 13 C0 56 2C
Octal 20 252 317 134 22 0 23 300 126 54
Binary 10000 10101010 11001111 1011100 10010 0 10011 11000000 1010110 101100

Color Harmonies of #10AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AACF

Black with #10AACF

Text Example


Text Example

White with #10AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,170,207); }

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

background-color css

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

 a { background-color: rgb(16,170,207); }

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

border-color css

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

 span { border-color: rgb(16,170,207); }

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