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

📋 copy color: '#1FCBCD'

red 31 ◦ green 203 ◦ blue 205

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

Shades of Robin's Egg Blue #1FCBCD

Tints of Robin's Egg Blue #1FCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 7.06%
G = 46.24%
B = 46.7%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FCBCD (or 0x1FCBCD) is known color: Robin's Egg Blue. HEX triplet: 1F, CB and CD. RGB value is (31,203,205). Sum of RGB (Red+Green+Blue) = 31+203+205=439 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.06% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FCBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBCD is #E03432. Grayscale: #979797. Windows color (decimal): -14693427 or 13486879. OLE color: 13486879.

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

Color convert

RGB 31 203 205 -
CMYK 0.85 0.01 0 0.20
HSL 180.69º 0.74% 0.46% -
HSV(B) 180.69º 0.85% 0.8% -
XYZ 32.94 47.41 65.17 -
YUV 151.8 158.02 41.84 -
System Red Green Blue C M Y K H S L
Decimal 31 203 205 0.85 0.01 0 0.20 180.69 0.74 0.46
Hex 1F CB CD 55 1 0 14 B5 4A 2E
Octal 37 313 315 125 1 0 24 265 112 56
Binary 11111 11001011 11001101 1010101 1 0 10100 10110101 1001010 101110

Color Harmonies of #1FCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBCD

Black with #1FCBCD

Text Example


Text Example

White with #1FCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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