Html Css Color HEX #1ABCDD Iris Blue

📋 copy color: '#1ABCDD'

red 26 ◦ green 188 ◦ blue 221

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

Shades of Iris Blue #1ABCDD

Tints of Iris Blue #1ABCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 5.98%
G = 43.22%
B = 50.8%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1ABCDD (or 0x1ABCDD) is known color: Iris Blue. HEX triplet: 1A, BC and DD. RGB value is (26,188,221). Sum of RGB (Red+Green+Blue) = 26+188+221=435 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.98% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ABCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDD is #E54322. Grayscale: #8F8F8F. Windows color (decimal): -15024931 or 14531610. OLE color: 14531610.

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

Color convert

RGB 26 188 221 -
CMYK 0.88 0.15 0 0.13
HSL 190.15º 0.79% 0.48% -
HSV(B) 190.15º 0.88% 0.87% -
XYZ 31.46 41.41 74.74 -
YUV 143.32 171.83 44.32 -
System Red Green Blue C M Y K H S L
Decimal 26 188 221 0.88 0.15 0 0.13 190.15 0.79 0.48
Hex 1A BC DD 58 F 0 D BE 4F 30
Octal 32 274 335 130 17 0 15 276 117 60
Binary 11010 10111100 11011101 1011000 1111 0 1101 10111110 1001111 110000

Color Harmonies of #1ABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCDD

Black with #1ABCDD

Text Example


Text Example

White with #1ABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,221); }

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

background-color css

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

 a { background-color: rgb(26,188,221); }

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

border-color css

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

 span { border-color: rgb(26,188,221); }

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