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

📋 copy color: '#1FCFCA'

red 31 ◦ green 207 ◦ blue 202

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

Shades of Robin's Egg Blue #1FCFCA

Tints of Robin's Egg Blue #1FCFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.05%

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

R = 7.05%
G = 47.05%
B = 45.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#1FCFCA (or 0x1FCFCA) is known color: Robin's Egg Blue. HEX triplet: 1F, CF and CA. RGB value is (31,207,202). Sum of RGB (Red+Green+Blue) = 31+207+202=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCFCA is #E03035. Grayscale: #999999. Windows color (decimal): -14692406 or 13291295. OLE color: 13291295.

HSL color Cylindrical-coordinate representation of color #1FCFCA: hue angle of 178.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCFCA is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 207 202 -
CMYK 0.85 0 0.02 0.19
HSL 178.3º 0.74% 0.47% -
HSV(B) 178.3º 0.85% 0.81% -
XYZ 33.54 49.18 63.6 -
YUV 153.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 31 207 202 0.85 0 0.02 0.19 178.3 0.74 0.47
Hex 1F CF CA 55 0 2 13 B2 4A 2F
Octal 37 317 312 125 0 2 23 262 112 57
Binary 11111 11001111 11001010 1010101 0 10 10011 10110010 1001010 101111

Color Harmonies of #1FCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCFCA

Black with #1FCFCA

Text Example


Text Example

White with #1FCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,207,202); }

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

background-color css

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

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

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

border-color css

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

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

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