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

📋 copy color: '#1FD4CC'

red 31 ◦ green 212 ◦ blue 204

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

Shades of Robin's Egg Blue #1FD4CC

Tints of Robin's Egg Blue #1FD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.43%

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

R = 6.94%
G = 47.43%
B = 45.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#1FD4CC (or 0x1FD4CC) is known color: Robin's Egg Blue. HEX triplet: 1F, D4 and CC. RGB value is (31,212,204). Sum of RGB (Red+Green+Blue) = 31+212+204=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD4CC is #E02B33. Grayscale: #9C9C9C. Windows color (decimal): -14691124 or 13423647. OLE color: 13423647.

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

Color convert

RGB 31 212 204 -
CMYK 0.85 0 0.04 0.17
HSL 177.35º 0.74% 0.48% -
HSV(B) 177.35º 0.85% 0.83% -
XYZ 35.01 51.74 65.27 -
YUV 156.97 154.53 38.15 -
System Red Green Blue C M Y K H S L
Decimal 31 212 204 0.85 0 0.04 0.17 177.35 0.74 0.48
Hex 1F D4 CC 55 0 4 11 B1 4A 30
Octal 37 324 314 125 0 4 21 261 112 60
Binary 11111 11010100 11001100 1010101 0 100 10001 10110001 1001010 110000

Color Harmonies of #1FD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD4CC

Black with #1FD4CC

Text Example


Text Example

White with #1FD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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