Html Css Color HEX #1AB8C0 Iris Blue

📋 copy color: '#1AB8C0'

red 26 ◦ green 184 ◦ blue 192

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

Shades of Iris Blue #1AB8C0

Tints of Iris Blue #1AB8C0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.77%

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 6.47%
G = 45.77%
B = 47.76%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1AB8C0 (or 0x1AB8C0) is known color: Iris Blue. HEX triplet: 1A, B8 and C0. RGB value is (26,184,192). Sum of RGB (Red+Green+Blue) = 26+184+192=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #1AB8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8C0 is #E5473F. Grayscale: #898989. Windows color (decimal): -15025984 or 12630042. OLE color: 12630042.

HSL color Cylindrical-coordinate representation of color #1AB8C0: hue angle of 182.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB8C0 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 184 192 -
CMYK 0.86 0.04 0 0.25
HSL 182.89º 0.76% 0.43% -
HSV(B) 182.89º 0.86% 0.75% -
XYZ 27.08 38.31 55.84 -
YUV 137.67 158.65 48.35 -
System Red Green Blue C M Y K H S L
Decimal 26 184 192 0.86 0.04 0 0.25 182.89 0.76 0.43
Hex 1A B8 C0 56 4 0 19 B7 4C 2B
Octal 32 270 300 126 4 0 31 267 114 53
Binary 11010 10111000 11000000 1010110 100 0 11001 10110111 1001100 101011

Color Harmonies of #1AB8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB8C0

Black with #1AB8C0

Text Example


Text Example

White with #1AB8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,184,192); }

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

background-color css

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

 a { background-color: rgb(26,184,192); }

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

border-color css

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

 span { border-color: rgb(26,184,192); }

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