Html Css Color HEX #1ABCD7 Iris Blue

📋 copy color: '#1ABCD7'

red 26 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #1ABCD7

Tints of Iris Blue #1ABCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.12%

R = 6.06%
G = 43.82%
B = 50.12%

CMYK

 C value IS 0.88

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1ABCD7 (or 0x1ABCD7) is known color: Iris Blue. HEX triplet: 1A, BC and D7. RGB value is (26,188,215). Sum of RGB (Red+Green+Blue) = 26+188+215=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #1ABCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCD7 is #E54328. Grayscale: #8E8E8E. Windows color (decimal): -15024937 or 14138394. OLE color: 14138394.

HSL color Cylindrical-coordinate representation of color #1ABCD7: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABCD7 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 188 215 -
CMYK 0.88 0.13 0 0.16
HSL 188.57º 0.78% 0.47% -
HSV(B) 188.57º 0.88% 0.84% -
XYZ 30.67 41.09 70.6 -
YUV 142.64 168.83 44.8 -
System Red Green Blue C M Y K H S L
Decimal 26 188 215 0.88 0.13 0 0.16 188.57 0.78 0.47
Hex 1A BC D7 58 D 0 10 BD 4E 2F
Octal 32 274 327 130 15 0 20 275 116 57
Binary 11010 10111100 11010111 1011000 1101 0 10000 10111101 1001110 101111

Color Harmonies of #1ABCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCD7

Black with #1ABCD7

Text Example


Text Example

White with #1ABCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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