Html Css Color HEX #1ABED3 Iris Blue

📋 copy color: '#1ABED3'

red 26 ◦ green 190 ◦ blue 211

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

Shades of Iris Blue #1ABED3

Tints of Iris Blue #1ABED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 211 (82.81% from 255) = 49.41%

R = 6.09%
G = 44.5%
B = 49.41%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1ABED3 (or 0x1ABED3) is known color: Iris Blue. HEX triplet: 1A, BE and D3. RGB value is (26,190,211). Sum of RGB (Red+Green+Blue) = 26+190+211=427 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.09% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #1ABED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABED3 is #E5412C. Grayscale: #8F8F8F. Windows color (decimal): -15024429 or 13876762. OLE color: 13876762.

HSL color Cylindrical-coordinate representation of color #1ABED3: hue angle of 186.81º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABED3 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 26 190 211 -
CMYK 0.88 0.10 0 0.17
HSL 186.81º 0.78% 0.46% -
HSV(B) 186.81º 0.88% 0.83% -
XYZ 30.6 41.75 68.07 -
YUV 143.36 166.17 44.29 -
System Red Green Blue C M Y K H S L
Decimal 26 190 211 0.88 0.10 0 0.17 186.81 0.78 0.46
Hex 1A BE D3 58 A 0 11 BB 4E 2E
Octal 32 276 323 130 12 0 21 273 116 56
Binary 11010 10111110 11010011 1011000 1010 0 10001 10111011 1001110 101110

Color Harmonies of #1ABED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABED3

Black with #1ABED3

Text Example


Text Example

White with #1ABED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,190,211); }

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

background-color css

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

 a { background-color: rgb(26,190,211); }

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

border-color css

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

 span { border-color: rgb(26,190,211); }

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