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

📋 copy color: '#1FCCCC'

red 31 ◦ green 204 ◦ blue 204

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

Shades of Robin's Egg Blue #1FCCCC

Tints of Robin's Egg Blue #1FCCCC

RGB

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

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

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

R = 7.06%
G = 46.47%
B = 46.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1FCCCC (or 0x1FCCCC) is known color: Robin's Egg Blue. HEX triplet: 1F, CC and CC. RGB value is (31,204,204). Sum of RGB (Red+Green+Blue) = 31+204+204=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #1FCCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCCC is #E03333. Grayscale: #989898. Windows color (decimal): -14693172 or 13421599. OLE color: 13421599.

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

Color convert

RGB 31 204 204 -
CMYK 0.85 0 0 0.2
HSL 180º 0.74% 0.46% -
HSV(B) 180º 0.85% 0.8% -
XYZ 33.06 47.84 64.62 -
YUV 152.27 157.19 41.5 -
System Red Green Blue C M Y K H S L
Decimal 31 204 204 0.85 0 0 0.2 180 0.74 0.46
Hex 1F CC CC 55 0 0 14 B4 4A 2E
Octal 37 314 314 125 0 0 24 264 112 56
Binary 11111 11001100 11001100 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1FCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCCC

Black with #1FCCCC

Text Example


Text Example

White with #1FCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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