Html Css Color HEX #1CC2C7 Iris Blue

📋 copy color: '#1CC2C7'

red 28 ◦ green 194 ◦ blue 199

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

Shades of Iris Blue #1CC2C7

Tints of Iris Blue #1CC2C7

RGB

 RED value IS 28 (11.33% from 255) = 6.65%

 GREEN value IS 194 (76.17% from 255) = 46.08%

 BLUE value IS 199 (78.13% from 255) = 47.27%

R = 6.65%
G = 46.08%
B = 47.27%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1CC2C7 (or 0x1CC2C7) is known color: Iris Blue. HEX triplet: 1C, C2 and C7. RGB value is (28,194,199). Sum of RGB (Red+Green+Blue) = 28+194+199=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #1CC2C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC2C7 is #E33D38. Grayscale: #909090. Windows color (decimal): -14892345 or 13091356. OLE color: 13091356.

HSL color Cylindrical-coordinate representation of color #1CC2C7: hue angle of 181.75º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC2C7 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 194 199 -
CMYK 0.86 0.03 0 0.22
HSL 181.75º 0.75% 0.45% -
HSV(B) 181.75º 0.86% 0.78% -
XYZ 30.08 42.95 60.74 -
YUV 144.94 158.5 44.59 -
System Red Green Blue C M Y K H S L
Decimal 28 194 199 0.86 0.03 0 0.22 181.75 0.75 0.45
Hex 1C C2 C7 56 3 0 16 B6 4B 2D
Octal 34 302 307 126 3 0 26 266 113 55
Binary 11100 11000010 11000111 1010110 11 0 10110 10110110 1001011 101101

Color Harmonies of #1CC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2C7

Black with #1CC2C7

Text Example


Text Example

White with #1CC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,194,199); }

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

background-color css

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

 a { background-color: rgb(28,194,199); }

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

border-color css

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

 span { border-color: rgb(28,194,199); }

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