Html Css Color HEX #1ABCCD Iris Blue

📋 copy color: '#1ABCCD'

red 26 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #1ABCCD

Tints of Iris Blue #1ABCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 6.21%
G = 44.87%
B = 48.93%

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

#1ABCCD (or 0x1ABCCD) is known color: Iris Blue. HEX triplet: 1A, BC and CD. RGB value is (26,188,205). Sum of RGB (Red+Green+Blue) = 26+188+205=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #1ABCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABCCD is #E54332. Grayscale: #8D8D8D. Windows color (decimal): -15024947 or 13483034. OLE color: 13483034.

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

Color convert

RGB 26 188 205 -
CMYK 0.87 0.08 0 0.20
HSL 185.7º 0.77% 0.45% -
HSV(B) 185.7º 0.87% 0.8% -
XYZ 29.43 40.59 64.04 -
YUV 141.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 26 188 205 0.87 0.08 0 0.20 185.7 0.77 0.45
Hex 1A BC CD 57 8 0 14 BA 4D 2D
Octal 32 274 315 127 10 0 24 272 115 55
Binary 11010 10111100 11001101 1010111 1000 0 10100 10111010 1001101 101101

Color Harmonies of #1ABCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABCCD

Black with #1ABCCD

Text Example


Text Example

White with #1ABCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,205); }

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

background-color css

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

 a { background-color: rgb(26,188,205); }

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

border-color css

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

 span { border-color: rgb(26,188,205); }

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