Html Css Color HEX #1ABDCC Iris Blue

📋 copy color: '#1ABDCC'

red 26 ◦ green 189 ◦ blue 204

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

Shades of Iris Blue #1ABDCC

Tints of Iris Blue #1ABDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 6.21%
G = 45.11%
B = 48.69%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1ABDCC (or 0x1ABDCC) is known color: Iris Blue. HEX triplet: 1A, BD and CC. RGB value is (26,189,204). Sum of RGB (Red+Green+Blue) = 26+189+204=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #1ABDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABDCC is #E54233. Grayscale: #8D8D8D. Windows color (decimal): -15024692 or 13417754. OLE color: 13417754.

HSL color Cylindrical-coordinate representation of color #1ABDCC: hue angle of 185.06º 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 #1ABDCC is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 26 189 204 -
CMYK 0.87 0.07 0 0.2
HSL 185.06º 0.77% 0.45% -
HSV(B) 185.06º 0.87% 0.8% -
XYZ 29.52 40.97 63.48 -
YUV 141.97 163 45.28 -
System Red Green Blue C M Y K H S L
Decimal 26 189 204 0.87 0.07 0 0.2 185.06 0.77 0.45
Hex 1A BD CC 57 7 0 14 B9 4D 2D
Octal 32 275 314 127 7 0 24 271 115 55
Binary 11010 10111101 11001100 1010111 111 0 10100 10111001 1001101 101101

Color Harmonies of #1ABDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABDCC

Black with #1ABDCC

Text Example


Text Example

White with #1ABDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,189,204); }

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

background-color css

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

 a { background-color: rgb(26,189,204); }

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

border-color css

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

 span { border-color: rgb(26,189,204); }

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