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

📋 copy color: '#1DCFCC'

red 29 ◦ green 207 ◦ blue 204

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

Shades of Robin's Egg Blue #1DCFCC

Tints of Robin's Egg Blue #1DCFCC

RGB

 RED value IS 29 (11.72% from 255) = 6.59%

 GREEN value IS 207 (81.25% from 255) = 47.05%

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

R = 6.59%
G = 47.05%
B = 46.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#1DCFCC (or 0x1DCFCC) is known color: Robin's Egg Blue. HEX triplet: 1D, CF and CC. RGB value is (29,207,204). Sum of RGB (Red+Green+Blue) = 29+207+204=440 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.59% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFCC is #E23033. Grayscale: #999999. Windows color (decimal): -14823476 or 13422365. OLE color: 13422365.

HSL color Cylindrical-coordinate representation of color #1DCFCC: hue angle of 178.99º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCFCC is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 207 204 -
CMYK 0.86 0 0.01 0.19
HSL 178.99º 0.75% 0.46% -
HSV(B) 178.99º 0.86% 0.81% -
XYZ 33.72 49.25 64.86 -
YUV 153.44 156.53 39.24 -
System Red Green Blue C M Y K H S L
Decimal 29 207 204 0.86 0 0.01 0.19 178.99 0.75 0.46
Hex 1D CF CC 56 0 1 13 B3 4B 2E
Octal 35 317 314 126 0 1 23 263 113 56
Binary 11101 11001111 11001100 1010110 0 1 10011 10110011 1001011 101110

Color Harmonies of #1DCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCFCC

Black with #1DCFCC

Text Example


Text Example

White with #1DCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,207,204); }

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

background-color css

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

 a { background-color: rgb(29,207,204); }

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

border-color css

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

 span { border-color: rgb(29,207,204); }

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