Html Css Color HEX #1ABBCB Iris Blue

📋 copy color: '#1ABBCB'

red 26 ◦ green 187 ◦ blue 203

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

Shades of Iris Blue #1ABBCB

Tints of Iris Blue #1ABBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 6.25%
G = 44.95%
B = 48.8%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1ABBCB (or 0x1ABBCB) is known color: Iris Blue. HEX triplet: 1A, BB and CB. RGB value is (26,187,203). Sum of RGB (Red+Green+Blue) = 26+187+203=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #1ABBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBCB is #E54434. Grayscale: #8C8C8C. Windows color (decimal): -15025205 or 13351706. OLE color: 13351706.

HSL color Cylindrical-coordinate representation of color #1ABBCB: hue angle of 185.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABBCB is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 187 203 -
CMYK 0.87 0.08 0 0.20
HSL 185.42º 0.77% 0.45% -
HSV(B) 185.42º 0.87% 0.8% -
XYZ 28.98 40.07 62.71 -
YUV 140.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 26 187 203 0.87 0.08 0 0.20 185.42 0.77 0.45
Hex 1A BB CB 57 8 0 14 B9 4D 2D
Octal 32 273 313 127 10 0 24 271 115 55
Binary 11010 10111011 11001011 1010111 1000 0 10100 10111001 1001101 101101

Color Harmonies of #1ABBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBCB

Black with #1ABBCB

Text Example


Text Example

White with #1ABBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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