Html Css Color HEX #1CCCCC Robin's Egg Blue

📋 copy color: '#1CCCCC'

red 28 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #1CCCCC

Tints of Robin's Egg Blue #1CCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 6.42%
G = 46.79%
B = 46.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1CCCCC (or 0x1CCCCC) is known color: Robin's Egg Blue. HEX triplet: 1C, CC and CC. RGB value is (28,204,204). Sum of RGB (Red+Green+Blue) = 28+204+204=436 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.42% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #1CCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCCC is #E33333. Grayscale: #979797. Windows color (decimal): -14889780 or 13421596. OLE color: 13421596.

HSL color Cylindrical-coordinate representation of color #1CCCCC: hue angle of 180º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCCC is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 204 -
CMYK 0.86 0 0 0.2
HSL 180º 0.76% 0.45% -
HSV(B) 180º 0.86% 0.8% -
XYZ 32.97 47.79 64.61 -
YUV 151.38 157.69 40 -
System Red Green Blue C M Y K H S L
Decimal 28 204 204 0.86 0 0 0.2 180 0.76 0.45
Hex 1C CC CC 56 0 0 14 B4 4C 2D
Octal 34 314 314 126 0 0 24 264 114 55
Binary 11100 11001100 11001100 1010110 0 0 10100 10110100 1001100 101101

Color Harmonies of #1CCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCCC

Black with #1CCCCC

Text Example


Text Example

White with #1CCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,204); }

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

background-color css

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

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

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

border-color css

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

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

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