Html Css Color HEX #1AB6CE Iris Blue

📋 copy color: '#1AB6CE'

red 26 ◦ green 182 ◦ blue 206

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

Shades of Iris Blue #1AB6CE

Tints of Iris Blue #1AB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 6.28%
G = 43.96%
B = 49.76%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1AB6CE (or 0x1AB6CE) is known color: Iris Blue. HEX triplet: 1A, B6 and CE. RGB value is (26,182,206). Sum of RGB (Red+Green+Blue) = 26+182+206=414 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.28% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AB6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB6CE is #E54931. Grayscale: #898989. Windows color (decimal): -15026482 or 13547034. OLE color: 13547034.

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

Color convert

RGB 26 182 206 -
CMYK 0.87 0.12 0 0.19
HSL 188º 0.78% 0.45% -
HSV(B) 188º 0.87% 0.81% -
XYZ 28.29 38.13 64.26 -
YUV 138.09 166.32 48.05 -
System Red Green Blue C M Y K H S L
Decimal 26 182 206 0.87 0.12 0 0.19 188 0.78 0.45
Hex 1A B6 CE 57 C 0 13 BC 4E 2D
Octal 32 266 316 127 14 0 23 274 116 55
Binary 11010 10110110 11001110 1010111 1100 0 10011 10111100 1001110 101101

Color Harmonies of #1AB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB6CE

Black with #1AB6CE

Text Example


Text Example

White with #1AB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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