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

📋 copy color: '#1FCCCD'

red 31 ◦ green 204 ◦ blue 205

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

Shades of Robin's Egg Blue #1FCCCD

Tints of Robin's Egg Blue #1FCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 7.05%
G = 46.36%
B = 46.59%

CMYK

 C value IS 0.85

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1FCCCD (or 0x1FCCCD) is known color: Robin's Egg Blue. HEX triplet: 1F, CC and CD. RGB value is (31,204,205). Sum of RGB (Red+Green+Blue) = 31+204+205=440 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.05% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FCCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCCD is #E03332. Grayscale: #989898. Windows color (decimal): -14693171 or 13487135. OLE color: 13487135.

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

Color convert

RGB 31 204 205 -
CMYK 0.85 0.00 0 0.20
HSL 180.34º 0.74% 0.46% -
HSV(B) 180.34º 0.85% 0.8% -
XYZ 33.18 47.88 65.25 -
YUV 152.39 157.69 41.42 -
System Red Green Blue C M Y K H S L
Decimal 31 204 205 0.85 0.00 0 0.20 180.34 0.74 0.46
Hex 1F CC CD 55 0 0 14 B4 4A 2E
Octal 37 314 315 125 0 0 24 264 112 56
Binary 11111 11001100 11001101 1010101 0 0 10100 10110100 1001010 101110

Color Harmonies of #1FCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCCD

Black with #1FCCCD

Text Example


Text Example

White with #1FCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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