#61C8DB

Color #61C8DB Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61C8DB

Tints of Malibu #61C8DB

Color information

#61C8DB (or 0x61C8DB) is unknown color: approx Malibu. HEX triplet: 61, C8 and DB. RGB value is (97,200,219). Sum of RGB (Red+Green+Blue) = 97+200+219=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #61C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C8DB is #9E3724. Grayscale: #ABABAB. Windows color (decimal): -10368805 or 14403681. OLE color: 14403681.

HSL color Cylindrical-coordinate representation of color #61C8DB: hue angle of 189.34º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C8DB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97200219-
CMYK0.560.0900.14
HSL189.34º62.89%61.96%-
HSV(B)189.34º55.71%85.88%-
XYZ38.3748.9674.45-
YUV171.37154.8874.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=18.80%
G=38.76%
B=42.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972002190.560.0900.14189.3462.8961.96
Hex61C8DB3890Ebd3f3e
Octal14131033370110162757776
Binary1100001110010001101101111100010010111010111101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C8DB; }

 p { color: rgb(97,200,219); }

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

<style>
 a { background-color: #61C8DB; }

 a { background-color: rgb(97,200,219); }

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

<style>
 span { border-color: #61C8DB; }

 span { border-color: rgb(97,200,219); }

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