Html Css Color HEX #1AAFC2 Iris Blue

📋 copy color: '#1AAFC2'

red 26 ◦ green 175 ◦ blue 194

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

Shades of Iris Blue #1AAFC2

Tints of Iris Blue #1AAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.11%

R = 6.58%
G = 44.3%
B = 49.11%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1AAFC2 (or 0x1AAFC2) is known color: Iris Blue. HEX triplet: 1A, AF and C2. RGB value is (26,175,194). Sum of RGB (Red+Green+Blue) = 26+175+194=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #1AAFC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFC2 is #E5503D. Grayscale: #848484. Windows color (decimal): -15028286 or 12758810. OLE color: 12758810.

HSL color Cylindrical-coordinate representation of color #1AAFC2: hue angle of 186.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAFC2 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 175 194 -
CMYK 0.87 0.10 0 0.24
HSL 186.79º 0.76% 0.43% -
HSV(B) 186.79º 0.87% 0.76% -
XYZ 25.49 34.77 56.41 -
YUV 132.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 26 175 194 0.87 0.10 0 0.24 186.79 0.76 0.43
Hex 1A AF C2 57 A 0 18 BB 4C 2B
Octal 32 257 302 127 12 0 30 273 114 53
Binary 11010 10101111 11000010 1010111 1010 0 11000 10111011 1001100 101011

Color Harmonies of #1AAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFC2

Black with #1AAFC2

Text Example


Text Example

White with #1AAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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