Html Css Color HEX #1AADCF Iris Blue

📋 copy color: '#1AADCF'

red 26 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #1AADCF

Tints of Iris Blue #1AADCF

RGB

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

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

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

R = 6.4%
G = 42.61%
B = 50.99%

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

#1AADCF (or 0x1AADCF) is known color: Iris Blue. HEX triplet: 1A, AD and CF. RGB value is (26,173,207). Sum of RGB (Red+Green+Blue) = 26+173+207=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADCF is #E55230. Grayscale: #848484. Windows color (decimal): -15028785 or 13610266. OLE color: 13610266.

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

Color convert

RGB 26 173 207 -
CMYK 0.87 0.16 0 0.19
HSL 191.27º 0.78% 0.46% -
HSV(B) 191.27º 0.87% 0.81% -
XYZ 26.63 34.61 64.31 -
YUV 132.92 169.8 51.74 -
System Red Green Blue C M Y K H S L
Decimal 26 173 207 0.87 0.16 0 0.19 191.27 0.78 0.46
Hex 1A AD CF 57 10 0 13 BF 4E 2E
Octal 32 255 317 127 20 0 23 277 116 56
Binary 11010 10101101 11001111 1010111 10000 0 10011 10111111 1001110 101110

Color Harmonies of #1AADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADCF

Black with #1AADCF

Text Example


Text Example

White with #1AADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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