Html Css Color HEX #1AADC5 Iris Blue

📋 copy color: '#1AADC5'

red 26 ◦ green 173 ◦ blue 197

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

Shades of Iris Blue #1AADC5

Tints of Iris Blue #1AADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 197 (77.34% from 255) = 49.75%

R = 6.57%
G = 43.69%
B = 49.75%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1AADC5 (or 0x1AADC5) is known color: Iris Blue. HEX triplet: 1A, AD and C5. RGB value is (26,173,197). Sum of RGB (Red+Green+Blue) = 26+173+197=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #1AADC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADC5 is #E5523A. Grayscale: #838383. Windows color (decimal): -15028795 or 12954906. OLE color: 12954906.

HSL color Cylindrical-coordinate representation of color #1AADC5: hue angle of 188.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AADC5 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 26 173 197 -
CMYK 0.87 0.12 0 0.23
HSL 188.42º 0.77% 0.44% -
HSV(B) 188.42º 0.87% 0.77% -
XYZ 25.45 34.14 58.07 -
YUV 131.78 164.8 52.55 -
System Red Green Blue C M Y K H S L
Decimal 26 173 197 0.87 0.12 0 0.23 188.42 0.77 0.44
Hex 1A AD C5 57 C 0 17 BC 4D 2C
Octal 32 255 305 127 14 0 27 274 115 54
Binary 11010 10101101 11000101 1010111 1100 0 10111 10111100 1001101 101100

Color Harmonies of #1AADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADC5

Black with #1AADC5

Text Example


Text Example

White with #1AADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,173,197); }

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

background-color css

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

 a { background-color: rgb(26,173,197); }

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

border-color css

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

 span { border-color: rgb(26,173,197); }

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