Html Css Color HEX #1ABCDE Iris Blue

📋 copy color: '#1ABCDE'

red 26 ◦ green 188 ◦ blue 222

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

Shades of Iris Blue #1ABCDE

Tints of Iris Blue #1ABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 5.96%
G = 43.12%
B = 50.92%

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

#1ABCDE (or 0x1ABCDE) is known color: Iris Blue. HEX triplet: 1A, BC and DE. RGB value is (26,188,222). Sum of RGB (Red+Green+Blue) = 26+188+222=436 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.96% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ABCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCDE is #E54321. Grayscale: #8F8F8F. Windows color (decimal): -15024930 or 14597146. OLE color: 14597146.

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

Color convert

RGB 26 188 222 -
CMYK 0.88 0.15 0 0.13
HSL 190.41º 0.79% 0.49% -
HSV(B) 190.41º 0.88% 0.87% -
XYZ 31.59 41.46 75.44 -
YUV 143.44 172.33 44.24 -
System Red Green Blue C M Y K H S L
Decimal 26 188 222 0.88 0.15 0 0.13 190.41 0.79 0.49
Hex 1A BC DE 58 F 0 D BE 4F 31
Octal 32 274 336 130 17 0 15 276 117 61
Binary 11010 10111100 11011110 1011000 1111 0 1101 10111110 1001111 110001

Color Harmonies of #1ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCDE

Black with #1ABCDE

Text Example


Text Example

White with #1ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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