Html Css Color HEX #1AACC8 Iris Blue

📋 copy color: '#1AACC8'

red 26 ◦ green 172 ◦ blue 200

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

Shades of Iris Blue #1AACC8

Tints of Iris Blue #1AACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

 BLUE value IS 200 (78.52% from 255) = 50.25%

R = 6.53%
G = 43.22%
B = 50.25%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1AACC8 (or 0x1AACC8) is known color: Iris Blue. HEX triplet: 1A, AC and C8. RGB value is (26,172,200). Sum of RGB (Red+Green+Blue) = 26+172+200=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #1AACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACC8 is #E55337. Grayscale: #838383. Windows color (decimal): -15029048 or 13151258. OLE color: 13151258.

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

Color convert

RGB 26 172 200 -
CMYK 0.87 0.14 0 0.22
HSL 189.66º 0.77% 0.44% -
HSV(B) 189.66º 0.87% 0.78% -
XYZ 25.6 33.89 59.84 -
YUV 131.54 166.63 52.72 -
System Red Green Blue C M Y K H S L
Decimal 26 172 200 0.87 0.14 0 0.22 189.66 0.77 0.44
Hex 1A AC C8 57 E 0 16 BE 4D 2C
Octal 32 254 310 127 16 0 26 276 115 54
Binary 11010 10101100 11001000 1010111 1110 0 10110 10111110 1001101 101100

Color Harmonies of #1AACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACC8

Black with #1AACC8

Text Example


Text Example

White with #1AACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,172,200); }

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

background-color css

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

 a { background-color: rgb(26,172,200); }

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

border-color css

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

 span { border-color: rgb(26,172,200); }

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