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

📋 copy color: '#1FCBCA'

red 31 ◦ green 203 ◦ blue 202

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

Shades of Robin's Egg Blue #1FCBCA

Tints of Robin's Egg Blue #1FCBCA

RGB

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

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

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

R = 7.11%
G = 46.56%
B = 46.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#1FCBCA (or 0x1FCBCA) is known color: Robin's Egg Blue. HEX triplet: 1F, CB and CA. RGB value is (31,203,202). Sum of RGB (Red+Green+Blue) = 31+203+202=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBCA is #E03435. Grayscale: #979797. Windows color (decimal): -14693430 or 13290271. OLE color: 13290271.

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

Color convert

RGB 31 203 202 -
CMYK 0.85 0 0.00 0.20
HSL 179.65º 0.74% 0.46% -
HSV(B) 179.65º 0.85% 0.8% -
XYZ 32.58 47.27 63.28 -
YUV 151.46 156.52 42.08 -
System Red Green Blue C M Y K H S L
Decimal 31 203 202 0.85 0 0.00 0.20 179.65 0.74 0.46
Hex 1F CB CA 55 0 0 14 B4 4A 2E
Octal 37 313 312 125 0 0 24 264 112 56
Binary 11111 11001011 11001010 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1FCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBCA

Black with #1FCBCA

Text Example


Text Example

White with #1FCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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