Html Css Color HEX #1ABFCE Iris Blue

📋 copy color: '#1ABFCE'

red 26 ◦ green 191 ◦ blue 206

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

Shades of Iris Blue #1ABFCE

Tints of Iris Blue #1ABFCE

RGB

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

 GREEN value IS 191 (75% from 255) = 45.15%

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

R = 6.15%
G = 45.15%
B = 48.7%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1ABFCE (or 0x1ABFCE) is known color: Iris Blue. HEX triplet: 1A, BF and CE. RGB value is (26,191,206). Sum of RGB (Red+Green+Blue) = 26+191+206=423 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.15% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #1ABFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFCE is #E54031. Grayscale: #8F8F8F. Windows color (decimal): -15024178 or 13549338. OLE color: 13549338.

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

Color convert

RGB 26 191 206 -
CMYK 0.87 0.07 0 0.19
HSL 185º 0.78% 0.45% -
HSV(B) 185º 0.87% 0.81% -
XYZ 30.2 41.94 64.9 -
YUV 143.38 163.34 44.28 -
System Red Green Blue C M Y K H S L
Decimal 26 191 206 0.87 0.07 0 0.19 185 0.78 0.45
Hex 1A BF CE 57 7 0 13 B9 4E 2D
Octal 32 277 316 127 7 0 23 271 116 55
Binary 11010 10111111 11001110 1010111 111 0 10011 10111001 1001110 101101

Color Harmonies of #1ABFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFCE

Black with #1ABFCE

Text Example


Text Example

White with #1ABFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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