#18CBCC

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

Shades of Robin's Egg Blue #18CBCC

Tints of Robin's Egg Blue #18CBCC

Color information

#18CBCC (or 0x18CBCC) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, CB and CC. RGB value is (24,203,204). Sum of RGB (Red+Green+Blue) = 24+203+204=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #18CBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBCC is #E73433. Grayscale: #959595. Windows color (decimal): -15152180 or 13421336. OLE color: 13421336.

HSL color Cylindrical-coordinate representation of color #18CBCC: hue angle of 180.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBCC is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB24203204-
CMYK0.880.0000.2
HSL180.33º78.95%44.71%-
HSV(B)180.33º88.24%80%-
XYZ32.6347.2764.53-
YUV149.59158.738.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.57%
GREEN value IS 203 (79.69% from 255) = 47.10%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=5.57%
G=47.10%
B=47.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242032040.880.0000.2180.3378.9544.71
Hex18CBCC580014b44f2d
Octal30313314130002426411755
Binary11000110010111100110010110000010100101101001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CBCC; }

 p { color: rgb(24,203,204); }

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

<style>
 a { background-color: #18CBCC; }

 a { background-color: rgb(24,203,204); }

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

<style>
 span { border-color: #18CBCC; }

 span { border-color: rgb(24,203,204); }

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