Html Css Color HEX #1ABFDA Iris Blue

📋 copy color: '#1ABFDA'

red 26 ◦ green 191 ◦ blue 218

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

Shades of Iris Blue #1ABFDA

Tints of Iris Blue #1ABFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 5.98%
G = 43.91%
B = 50.11%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1ABFDA (or 0x1ABFDA) is known color: Iris Blue. HEX triplet: 1A, BF and DA. RGB value is (26,191,218). Sum of RGB (Red+Green+Blue) = 26+191+218=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ABFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABFDA is #E54025. Grayscale: #909090. Windows color (decimal): -15024166 or 14335770. OLE color: 14335770.

HSL color Cylindrical-coordinate representation of color #1ABFDA: hue angle of 188.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABFDA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 26 191 218 -
CMYK 0.88 0.12 0 0.15
HSL 188.44º 0.79% 0.48% -
HSV(B) 188.44º 0.88% 0.85% -
XYZ 31.71 42.54 72.87 -
YUV 144.74 169.34 43.3 -
System Red Green Blue C M Y K H S L
Decimal 26 191 218 0.88 0.12 0 0.15 188.44 0.79 0.48
Hex 1A BF DA 58 C 0 F BC 4F 30
Octal 32 277 332 130 14 0 17 274 117 60
Binary 11010 10111111 11011010 1011000 1100 0 1111 10111100 1001111 110000

Color Harmonies of #1ABFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABFDA

Black with #1ABFDA

Text Example


Text Example

White with #1ABFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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