Html Css Color HEX #1AAEC3 Iris Blue

📋 copy color: '#1AAEC3'

red 26 ◦ green 174 ◦ blue 195

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

Shades of Iris Blue #1AAEC3

Tints of Iris Blue #1AAEC3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.05%

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

R = 6.58%
G = 44.05%
B = 49.37%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1AAEC3 (or 0x1AAEC3) is known color: Iris Blue. HEX triplet: 1A, AE and C3. RGB value is (26,174,195). Sum of RGB (Red+Green+Blue) = 26+174+195=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #1AAEC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAEC3 is #E5513C. Grayscale: #838383. Windows color (decimal): -15028541 or 12824090. OLE color: 12824090.

HSL color Cylindrical-coordinate representation of color #1AAEC3: hue angle of 187.46º 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 #1AAEC3 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 174 195 -
CMYK 0.87 0.11 0 0.24
HSL 187.46º 0.76% 0.43% -
HSV(B) 187.46º 0.87% 0.76% -
XYZ 25.41 34.43 56.94 -
YUV 132.14 163.47 52.29 -
System Red Green Blue C M Y K H S L
Decimal 26 174 195 0.87 0.11 0 0.24 187.46 0.76 0.43
Hex 1A AE C3 57 B 0 18 BB 4C 2B
Octal 32 256 303 127 13 0 30 273 114 53
Binary 11010 10101110 11000011 1010111 1011 0 11000 10111011 1001100 101011

Color Harmonies of #1AAEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEC3

Black with #1AAEC3

Text Example


Text Example

White with #1AAEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,174,195); }

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

background-color css

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

 a { background-color: rgb(26,174,195); }

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

border-color css

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

 span { border-color: rgb(26,174,195); }

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