Html Css Color HEX #1ABFDF Iris Blue

📋 copy color: '#1ABFDF'

red 26 ◦ green 191 ◦ blue 223

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

Shades of Iris Blue #1ABFDF

Tints of Iris Blue #1ABFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 5.91%
G = 43.41%
B = 50.68%

CMYK

 C value IS 0.88

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ABFDF (or 0x1ABFDF) is known color: Iris Blue. HEX triplet: 1A, BF and DF. RGB value is (26,191,223). Sum of RGB (Red+Green+Blue) = 26+191+223=440 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.91% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ABFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFDF is #E54020. Grayscale: #919191. Windows color (decimal): -15024161 or 14663450. OLE color: 14663450.

HSL color Cylindrical-coordinate representation of color #1ABFDF: hue angle of 189.75º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABFDF is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 191 223 -
CMYK 0.88 0.14 0 0.13
HSL 189.75º 0.79% 0.49% -
HSV(B) 189.75º 0.88% 0.87% -
XYZ 32.38 42.81 76.37 -
YUV 145.31 171.84 42.9 -
System Red Green Blue C M Y K H S L
Decimal 26 191 223 0.88 0.14 0 0.13 189.75 0.79 0.49
Hex 1A BF DF 58 E 0 D BE 4F 31
Octal 32 277 337 130 16 0 15 276 117 61
Binary 11010 10111111 11011111 1011000 1110 0 1101 10111110 1001111 110001

Color Harmonies of #1ABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFDF

Black with #1ABFDF

Text Example


Text Example

White with #1ABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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