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

📋 copy color: '#1FC5CB'

red 31 ◦ green 197 ◦ blue 203

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

Shades of Robin's Egg Blue #1FC5CB

Tints of Robin's Egg Blue #1FC5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 7.19%
G = 45.71%
B = 47.1%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FC5CB (or 0x1FC5CB) is known color: Robin's Egg Blue. HEX triplet: 1F, C5 and CB. RGB value is (31,197,203). Sum of RGB (Red+Green+Blue) = 31+197+203=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FC5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5CB is #E03A34. Grayscale: #939393. Windows color (decimal): -14694965 or 13354271. OLE color: 13354271.

HSL color Cylindrical-coordinate representation of color #1FC5CB: hue angle of 182.09º 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 #1FC5CB is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 197 203 -
CMYK 0.85 0.03 0 0.20
HSL 182.09º 0.74% 0.46% -
HSV(B) 182.09º 0.85% 0.8% -
XYZ 31.31 44.54 63.45 -
YUV 148.05 159 44.51 -
System Red Green Blue C M Y K H S L
Decimal 31 197 203 0.85 0.03 0 0.20 182.09 0.74 0.46
Hex 1F C5 CB 55 3 0 14 B6 4A 2E
Octal 37 305 313 125 3 0 24 266 112 56
Binary 11111 11000101 11001011 1010101 11 0 10100 10110110 1001010 101110

Color Harmonies of #1FC5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC5CB

Black with #1FC5CB

Text Example


Text Example

White with #1FC5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,197,203); }

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

background-color css

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

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

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

border-color css

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

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

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