Html Css Color HEX #1ABBCA Iris Blue

📋 copy color: '#1ABBCA'

red 26 ◦ green 187 ◦ blue 202

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

Shades of Iris Blue #1ABBCA

Tints of Iris Blue #1ABBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 6.27%
G = 45.06%
B = 48.67%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1ABBCA (or 0x1ABBCA) is known color: Iris Blue. HEX triplet: 1A, BB and CA. RGB value is (26,187,202). Sum of RGB (Red+Green+Blue) = 26+187+202=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #1ABBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBCA is #E54435. Grayscale: #8C8C8C. Windows color (decimal): -15025206 or 13286170. OLE color: 13286170.

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

Color convert

RGB 26 187 202 -
CMYK 0.87 0.07 0 0.21
HSL 185.11º 0.77% 0.45% -
HSV(B) 185.11º 0.87% 0.79% -
XYZ 28.86 40.02 62.08 -
YUV 140.57 162.66 46.28 -
System Red Green Blue C M Y K H S L
Decimal 26 187 202 0.87 0.07 0 0.21 185.11 0.77 0.45
Hex 1A BB CA 57 7 0 15 B9 4D 2D
Octal 32 273 312 127 7 0 25 271 115 55
Binary 11010 10111011 11001010 1010111 111 0 10101 10111001 1001101 101101

Color Harmonies of #1ABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABBCA

Black with #1ABBCA

Text Example


Text Example

White with #1ABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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