#1CCBBE

Color #1CCBBE Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1CCBBE

Tints of Robin's Egg Blue #1CCBBE

Color information

#1CCBBE (or 0x1CCBBE) is unknown color: approx Robin's Egg Blue. HEX triplet: 1C, CB and BE. RGB value is (28,203,190). Sum of RGB (Red+Green+Blue) = 28+203+190=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBBE is #E33441. Grayscale: #959595. Windows color (decimal): -14890050 or 12503836. OLE color: 12503836.

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

Color convert

RGB28203190-
CMYK0.8600.060.20
HSL175.54º75.76%45.29%-
HSV(B)175.54º86.21%79.61%-
XYZ31.1346.6856.08-
YUV149.19151.0241.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.65%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=6.65%
G=48.22%
B=45.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal282031900.8600.060.20175.5475.7645.29
Hex1CCBBE560614b04c2d
Octal34313276126062426011455
Binary1110011001011101111101010110011010100101100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CCBBE;
 }
 .AnyTagClassName
 {
   color: #1CCBBE;
 }
</style>
background-color css

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

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

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

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

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

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