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

📋 copy color: '#1FCBC4'

red 31 ◦ green 203 ◦ blue 196

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

Shades of Robin's Egg Blue #1FCBC4

Tints of Robin's Egg Blue #1FCBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 7.21%
G = 47.21%
B = 45.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#1FCBC4 (or 0x1FCBC4) is known color: Robin's Egg Blue. HEX triplet: 1F, CB and C4. RGB value is (31,203,196). Sum of RGB (Red+Green+Blue) = 31+203+196=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCBC4 is #E0343B. Grayscale: #969696. Windows color (decimal): -14693436 or 12897055. OLE color: 12897055.

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

Color convert

RGB 31 203 196 -
CMYK 0.85 0 0.03 0.20
HSL 177.56º 0.74% 0.46% -
HSV(B) 177.56º 0.85% 0.8% -
XYZ 31.88 46.99 59.61 -
YUV 150.77 153.52 42.57 -
System Red Green Blue C M Y K H S L
Decimal 31 203 196 0.85 0 0.03 0.20 177.56 0.74 0.46
Hex 1F CB C4 55 0 3 14 B2 4A 2E
Octal 37 313 304 125 0 3 24 262 112 56
Binary 11111 11001011 11000100 1010101 0 11 10100 10110010 1001010 101110

Color Harmonies of #1FCBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCBC4

Black with #1FCBC4

Text Example


Text Example

White with #1FCBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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