Html Css Color HEX #1AAFC0 Iris Blue

📋 copy color: '#1AAFC0'

red 26 ◦ green 175 ◦ blue 192

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

Shades of Iris Blue #1AAFC0

Tints of Iris Blue #1AAFC0

RGB

 RED value IS 26 (10.55% from 255) = 6.62%

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 6.62%
G = 44.53%
B = 48.85%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1AAFC0 (or 0x1AAFC0) is known color: Iris Blue. HEX triplet: 1A, AF and C0. RGB value is (26,175,192). Sum of RGB (Red+Green+Blue) = 26+175+192=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #1AAFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFC0 is #E5503F. Grayscale: #848484. Windows color (decimal): -15028288 or 12627738. OLE color: 12627738.

HSL color Cylindrical-coordinate representation of color #1AAFC0: hue angle of 186.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAFC0 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 175 192 -
CMYK 0.86 0.09 0 0.25
HSL 186.14º 0.76% 0.43% -
HSV(B) 186.14º 0.86% 0.75% -
XYZ 25.27 34.69 55.23 -
YUV 132.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 26 175 192 0.86 0.09 0 0.25 186.14 0.76 0.43
Hex 1A AF C0 56 9 0 19 BA 4C 2B
Octal 32 257 300 126 11 0 31 272 114 53
Binary 11010 10101111 11000000 1010110 1001 0 11001 10111010 1001100 101011

Color Harmonies of #1AAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFC0

Black with #1AAFC0

Text Example


Text Example

White with #1AAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AAFC0; }

 p { color: rgb(26,175,192); }

 H1.HeaderClassName
 {
   color: #1AAFC0;
 }
 .AnyTagClassName
 {
   color: #1AAFC0;
 }
</style>

background-color css

<style>
 a { background-color: #1AAFC0; }

 a { background-color: rgb(26,175,192); }

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

border-color css

<style>
 span { border-color: #1AAFC0; }

 span { border-color: rgb(26,175,192); }

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