Html Css Color HEX #1AAFCD Iris Blue

📋 copy color: '#1AAFCD'

red 26 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #1AAFCD

Tints of Iris Blue #1AAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 6.4%
G = 43.1%
B = 50.49%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1AAFCD (or 0x1AAFCD) is known color: Iris Blue. HEX triplet: 1A, AF and CD. RGB value is (26,175,205). Sum of RGB (Red+Green+Blue) = 26+175+205=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #1AAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFCD is #E55032. Grayscale: #858585. Windows color (decimal): -15028275 or 13479706. OLE color: 13479706.

HSL color Cylindrical-coordinate representation of color #1AAFCD: hue angle of 190.06º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AAFCD is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 175 205 -
CMYK 0.87 0.15 0 0.20
HSL 190.06º 0.77% 0.45% -
HSV(B) 190.06º 0.87% 0.8% -
XYZ 26.78 35.29 63.16 -
YUV 133.87 168.14 51.06 -
System Red Green Blue C M Y K H S L
Decimal 26 175 205 0.87 0.15 0 0.20 190.06 0.77 0.45
Hex 1A AF CD 57 F 0 14 BE 4D 2D
Octal 32 257 315 127 17 0 24 276 115 55
Binary 11010 10101111 11001101 1010111 1111 0 10100 10111110 1001101 101101

Color Harmonies of #1AAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAFCD

Black with #1AAFCD

Text Example


Text Example

White with #1AAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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