Html Css Color HEX #1AB7DC Iris Blue

📋 copy color: '#1AB7DC'

red 26 ◦ green 183 ◦ blue 220

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

Shades of Iris Blue #1AB7DC

Tints of Iris Blue #1AB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 6.06%
G = 42.66%
B = 51.28%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1AB7DC (or 0x1AB7DC) is known color: Iris Blue. HEX triplet: 1A, B7 and DC. RGB value is (26,183,220). Sum of RGB (Red+Green+Blue) = 26+183+220=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #1AB7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB7DC is #E54823. Grayscale: #8B8B8B. Windows color (decimal): -15026212 or 14464794. OLE color: 14464794.

HSL color Cylindrical-coordinate representation of color #1AB7DC: hue angle of 191.44º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AB7DC is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 183 220 -
CMYK 0.88 0.17 0 0.14
HSL 191.44º 0.79% 0.48% -
HSV(B) 191.44º 0.88% 0.86% -
XYZ 30.28 39.25 73.69 -
YUV 140.28 172.99 46.49 -
System Red Green Blue C M Y K H S L
Decimal 26 183 220 0.88 0.17 0 0.14 191.44 0.79 0.48
Hex 1A B7 DC 58 11 0 E BF 4F 30
Octal 32 267 334 130 21 0 16 277 117 60
Binary 11010 10110111 11011100 1011000 10001 0 1110 10111111 1001111 110000

Color Harmonies of #1AB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB7DC

Black with #1AB7DC

Text Example


Text Example

White with #1AB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,183,220); }

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

background-color css

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

 a { background-color: rgb(26,183,220); }

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

border-color css

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

 span { border-color: rgb(26,183,220); }

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