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

📋 copy color: '#1DCBC7'

red 29 ◦ green 203 ◦ blue 199

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

Shades of Robin's Egg Blue #1DCBC7

Tints of Robin's Egg Blue #1DCBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.17%

R = 6.73%
G = 47.1%
B = 46.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#1DCBC7 (or 0x1DCBC7) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and C7. RGB value is (29,203,199). Sum of RGB (Red+Green+Blue) = 29+203+199=431 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.73% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBC7 is #E23438. Grayscale: #969696. Windows color (decimal): -14824505 or 13093661. OLE color: 13093661.

HSL color Cylindrical-coordinate representation of color #1DCBC7: hue angle of 178.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCBC7 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 199 -
CMYK 0.86 0 0.02 0.20
HSL 178.62º 0.75% 0.45% -
HSV(B) 178.62º 0.86% 0.8% -
XYZ 32.17 47.1 61.43 -
YUV 150.52 155.35 41.33 -
System Red Green Blue C M Y K H S L
Decimal 29 203 199 0.86 0 0.02 0.20 178.62 0.75 0.45
Hex 1D CB C7 56 0 2 14 B3 4B 2D
Octal 35 313 307 126 0 2 24 263 113 55
Binary 11101 11001011 11000111 1010110 0 10 10100 10110011 1001011 101101

Color Harmonies of #1DCBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBC7

Black with #1DCBC7

Text Example


Text Example

White with #1DCBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,199); }

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

background-color css

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

 a { background-color: rgb(29,203,199); }

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

border-color css

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

 span { border-color: rgb(29,203,199); }

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