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

📋 copy color: '#1FD5CC'

red 31 ◦ green 213 ◦ blue 204

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

Shades of Robin's Egg Blue #1FD5CC

Tints of Robin's Egg Blue #1FD5CC

RGB

 RED value IS 31 (12.5% from 255) = 6.92%

 GREEN value IS 213 (83.59% from 255) = 47.54%

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

R = 6.92%
G = 47.54%
B = 45.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#1FD5CC (or 0x1FD5CC) is known color: Robin's Egg Blue. HEX triplet: 1F, D5 and CC. RGB value is (31,213,204). Sum of RGB (Red+Green+Blue) = 31+213+204=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD5CC is #E02A33. Grayscale: #9D9D9D. Windows color (decimal): -14690868 or 13423903. OLE color: 13423903.

HSL color Cylindrical-coordinate representation of color #1FD5CC: hue angle of 177.03º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD5CC is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 213 204 -
CMYK 0.85 0 0.04 0.16
HSL 177.03º 0.75% 0.48% -
HSV(B) 177.03º 0.85% 0.84% -
XYZ 35.26 52.24 65.35 -
YUV 157.56 154.2 37.73 -
System Red Green Blue C M Y K H S L
Decimal 31 213 204 0.85 0 0.04 0.16 177.03 0.75 0.48
Hex 1F D5 CC 55 0 4 10 B1 4B 30
Octal 37 325 314 125 0 4 20 261 113 60
Binary 11111 11010101 11001100 1010101 0 100 10000 10110001 1001011 110000

Color Harmonies of #1FD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD5CC

Black with #1FD5CC

Text Example


Text Example

White with #1FD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,213,204); }

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

background-color css

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

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

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

border-color css

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

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

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