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

📋 copy color: '#1DCBCA'

red 29 ◦ green 203 ◦ blue 202

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

Shades of Robin's Egg Blue #1DCBCA

Tints of Robin's Egg Blue #1DCBCA

RGB

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

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

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

R = 6.68%
G = 46.77%
B = 46.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#1DCBCA (or 0x1DCBCA) is known color: Robin's Egg Blue. HEX triplet: 1D, CB and CA. RGB value is (29,203,202). Sum of RGB (Red+Green+Blue) = 29+203+202=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCBCA is #E23435. Grayscale: #969696. Windows color (decimal): -14824502 or 13290269. OLE color: 13290269.

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

Color convert

RGB 29 203 202 -
CMYK 0.86 0 0.00 0.20
HSL 179.66º 0.75% 0.45% -
HSV(B) 179.66º 0.86% 0.8% -
XYZ 32.52 47.24 63.28 -
YUV 150.86 156.85 41.08 -
System Red Green Blue C M Y K H S L
Decimal 29 203 202 0.86 0 0.00 0.20 179.66 0.75 0.45
Hex 1D CB CA 56 0 0 14 B4 4B 2D
Octal 35 313 312 126 0 0 24 264 113 55
Binary 11101 11001011 11001010 1010110 0 0 10100 10110100 1001011 101101

Color Harmonies of #1DCBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCBCA

Black with #1DCBCA

Text Example


Text Example

White with #1DCBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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