Html Css Color HEX #1ABBD7 Iris Blue

📋 copy color: '#1ABBD7'

red 26 ◦ green 187 ◦ blue 215

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

Shades of Iris Blue #1ABBD7

Tints of Iris Blue #1ABBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.69%

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

R = 6.07%
G = 43.69%
B = 50.23%

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

#1ABBD7 (or 0x1ABBD7) is known color: Iris Blue. HEX triplet: 1A, BB and D7. RGB value is (26,187,215). Sum of RGB (Red+Green+Blue) = 26+187+215=428 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.07% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 215 (84.38% from 255 or 50.23% from 428); Max value from RGB is 215 - color contains mainly: blue. Hex color #1ABBD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBD7 is #E54428. Grayscale: #8D8D8D. Windows color (decimal): -15025193 or 14138138. OLE color: 14138138.

HSL color Cylindrical-coordinate representation of color #1ABBD7: hue angle of 188.89º 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 #1ABBD7 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 187 215 -
CMYK 0.88 0.13 0 0.16
HSL 188.89º 0.78% 0.47% -
HSV(B) 188.89º 0.88% 0.84% -
XYZ 30.46 40.67 70.53 -
YUV 142.05 169.16 45.22 -
System Red Green Blue C M Y K H S L
Decimal 26 187 215 0.88 0.13 0 0.16 188.89 0.78 0.47
Hex 1A BB D7 58 D 0 10 BD 4E 2F
Octal 32 273 327 130 15 0 20 275 116 57
Binary 11010 10111011 11010111 1011000 1101 0 10000 10111101 1001110 101111

Color Harmonies of #1ABBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBD7

Black with #1ABBD7

Text Example


Text Example

White with #1ABBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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