Html Css Color HEX #1AACCE Iris Blue

📋 copy color: '#1AACCE'

red 26 ◦ green 172 ◦ blue 206

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

Shades of Iris Blue #1AACCE

Tints of Iris Blue #1AACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 6.44%
G = 42.57%
B = 50.99%

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

#1AACCE (or 0x1AACCE) is known color: Iris Blue. HEX triplet: 1A, AC and CE. RGB value is (26,172,206). Sum of RGB (Red+Green+Blue) = 26+172+206=404 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.44% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACCE is #E55331. Grayscale: #838383. Windows color (decimal): -15029042 or 13544474. OLE color: 13544474.

HSL color Cylindrical-coordinate representation of color #1AACCE: hue angle of 191.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AACCE is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 172 206 -
CMYK 0.87 0.17 0 0.19
HSL 191.33º 0.78% 0.45% -
HSV(B) 191.33º 0.87% 0.81% -
XYZ 26.32 34.18 63.6 -
YUV 132.22 169.63 52.24 -
System Red Green Blue C M Y K H S L
Decimal 26 172 206 0.87 0.17 0 0.19 191.33 0.78 0.45
Hex 1A AC CE 57 11 0 13 BF 4E 2D
Octal 32 254 316 127 21 0 23 277 116 55
Binary 11010 10101100 11001110 1010111 10001 0 10011 10111111 1001110 101101

Color Harmonies of #1AACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACCE

Black with #1AACCE

Text Example


Text Example

White with #1AACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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