Html Css Color HEX #1AAECF Iris Blue

📋 copy color: '#1AAECF'

red 26 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #1AAECF

Tints of Iris Blue #1AAECF

RGB

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

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

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

R = 6.39%
G = 42.75%
B = 50.86%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AAECF (or 0x1AAECF) is known color: Iris Blue. HEX triplet: 1A, AE and CF. RGB value is (26,174,207). Sum of RGB (Red+Green+Blue) = 26+174+207=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAECF is #E55130. Grayscale: #858585. Windows color (decimal): -15028529 or 13610522. OLE color: 13610522.

HSL color Cylindrical-coordinate representation of color #1AAECF: hue angle of 190.94º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAECF is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 174 207 -
CMYK 0.87 0.16 0 0.19
HSL 190.94º 0.78% 0.46% -
HSV(B) 190.94º 0.87% 0.81% -
XYZ 26.82 35 64.37 -
YUV 133.51 169.47 51.32 -
System Red Green Blue C M Y K H S L
Decimal 26 174 207 0.87 0.16 0 0.19 190.94 0.78 0.46
Hex 1A AE CF 57 10 0 13 BF 4E 2E
Octal 32 256 317 127 20 0 23 277 116 56
Binary 11010 10101110 11001111 1010111 10000 0 10011 10111111 1001110 101110

Color Harmonies of #1AAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAECF

Black with #1AAECF

Text Example


Text Example

White with #1AAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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