Html Css Color HEX #1AABCF Iris Blue

📋 copy color: '#1AABCF'

red 26 ◦ green 171 ◦ blue 207

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

Shades of Iris Blue #1AABCF

Tints of Iris Blue #1AABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

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

R = 6.44%
G = 42.33%
B = 51.24%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AABCF (or 0x1AABCF) is known color: Iris Blue. HEX triplet: 1A, AB and CF. RGB value is (26,171,207). Sum of RGB (Red+Green+Blue) = 26+171+207=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AABCF is #E55430. Grayscale: #838383. Windows color (decimal): -15029297 or 13609754. OLE color: 13609754.

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

Color convert

RGB 26 171 207 -
CMYK 0.87 0.17 0 0.19
HSL 191.93º 0.78% 0.46% -
HSV(B) 191.93º 0.87% 0.81% -
XYZ 26.25 33.85 64.18 -
YUV 131.75 170.46 52.57 -
System Red Green Blue C M Y K H S L
Decimal 26 171 207 0.87 0.17 0 0.19 191.93 0.78 0.46
Hex 1A AB CF 57 11 0 13 C0 4E 2E
Octal 32 253 317 127 21 0 23 300 116 56
Binary 11010 10101011 11001111 1010111 10001 0 10011 11000000 1001110 101110

Color Harmonies of #1AABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AABCF

Black with #1AABCF

Text Example


Text Example

White with #1AABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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