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

📋 copy color: '#1CD1CA'

red 28 ◦ green 209 ◦ blue 202

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

Shades of Robin's Egg Blue #1CD1CA

Tints of Robin's Egg Blue #1CD1CA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.61%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 6.38%
G = 47.61%
B = 46.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#1CD1CA (or 0x1CD1CA) is known color: Robin's Egg Blue. HEX triplet: 1C, D1 and CA. RGB value is (28,209,202). Sum of RGB (Red+Green+Blue) = 28+209+202=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD1CA is #E32E35. Grayscale: #999999. Windows color (decimal): -14888502 or 13291804. OLE color: 13291804.

HSL color Cylindrical-coordinate representation of color #1CD1CA: hue angle of 177.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD1CA is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 202 -
CMYK 0.87 0 0.03 0.18
HSL 177.68º 0.76% 0.46% -
HSV(B) 177.68º 0.87% 0.82% -
XYZ 33.94 50.11 63.76 -
YUV 154.08 155.03 38.07 -
System Red Green Blue C M Y K H S L
Decimal 28 209 202 0.87 0 0.03 0.18 177.68 0.76 0.46
Hex 1C D1 CA 57 0 3 12 B2 4C 2E
Octal 34 321 312 127 0 3 22 262 114 56
Binary 11100 11010001 11001010 1010111 0 11 10010 10110010 1001100 101110

Color Harmonies of #1CD1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD1CA

Black with #1CD1CA

Text Example


Text Example

White with #1CD1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,209,202); }

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

background-color css

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

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

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

border-color css

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

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

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