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

📋 copy color: '#1CCCBE'

red 28 ◦ green 204 ◦ blue 190

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

Shades of Robin's Egg Blue #1CCCBE

Tints of Robin's Egg Blue #1CCCBE

RGB

 RED value IS 28 (11.33% from 255) = 6.64%

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

 BLUE value IS 190 (74.61% from 255) = 45.02%

R = 6.64%
G = 48.34%
B = 45.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#1CCCBE (or 0x1CCCBE) is known color: Robin's Egg Blue. HEX triplet: 1C, CC and BE. RGB value is (28,204,190). Sum of RGB (Red+Green+Blue) = 28+204+190=422 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.64% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCBE is #E33341. Grayscale: #959595. Windows color (decimal): -14889794 or 12504092. OLE color: 12504092.

HSL color Cylindrical-coordinate representation of color #1CCCBE: hue angle of 175.23º degrees, saturation: 0.76, 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 #1CCCBE is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 190 -
CMYK 0.86 0 0.07 0.2
HSL 175.23º 0.76% 0.45% -
HSV(B) 175.23º 0.86% 0.8% -
XYZ 31.37 47.15 56.16 -
YUV 149.78 150.69 41.14 -
System Red Green Blue C M Y K H S L
Decimal 28 204 190 0.86 0 0.07 0.2 175.23 0.76 0.45
Hex 1C CC BE 56 0 7 14 AF 4C 2D
Octal 34 314 276 126 0 7 24 257 114 55
Binary 11100 11001100 10111110 1010110 0 111 10100 10101111 1001100 101101

Color Harmonies of #1CCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCBE

Black with #1CCCBE

Text Example


Text Example

White with #1CCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,190); }

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

background-color css

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

 a { background-color: rgb(28,204,190); }

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

border-color css

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

 span { border-color: rgb(28,204,190); }

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