Html Css Color HEX #1AB0C1 Iris Blue

📋 copy color: '#1AB0C1'

red 26 ◦ green 176 ◦ blue 193

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

Shades of Iris Blue #1AB0C1

Tints of Iris Blue #1AB0C1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 193 (75.78% from 255) = 48.86%

R = 6.58%
G = 44.56%
B = 48.86%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1AB0C1 (or 0x1AB0C1) is known color: Iris Blue. HEX triplet: 1A, B0 and C1. RGB value is (26,176,193). Sum of RGB (Red+Green+Blue) = 26+176+193=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #1AB0C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB0C1 is #E54F3E. Grayscale: #848484. Windows color (decimal): -15028031 or 12693530. OLE color: 12693530.

HSL color Cylindrical-coordinate representation of color #1AB0C1: hue angle of 186.11º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB0C1 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 176 193 -
CMYK 0.87 0.09 0 0.24
HSL 186.11º 0.76% 0.43% -
HSV(B) 186.11º 0.87% 0.76% -
XYZ 25.58 35.12 55.88 -
YUV 133.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 26 176 193 0.87 0.09 0 0.24 186.11 0.76 0.43
Hex 1A B0 C1 57 9 0 18 BA 4C 2B
Octal 32 260 301 127 11 0 30 272 114 53
Binary 11010 10110000 11000001 1010111 1001 0 11000 10111010 1001100 101011

Color Harmonies of #1AB0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB0C1

Black with #1AB0C1

Text Example


Text Example

White with #1AB0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,193); }

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

background-color css

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

 a { background-color: rgb(26,176,193); }

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

border-color css

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

 span { border-color: rgb(26,176,193); }

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