#62BEDA

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

Shades of Malibu #62BEDA

Tints of Malibu #62BEDA

Color information

#62BEDA (or 0x62BEDA) is unknown color: approx Malibu. HEX triplet: 62, BE and DA. RGB value is (98,190,218). Sum of RGB (Red+Green+Blue) = 98+190+218=506 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.37% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #62BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BEDA is #9D4125. Grayscale: #A5A5A5. Windows color (decimal): -10305830 or 14335586. OLE color: 14335586.

HSL color Cylindrical-coordinate representation of color #62BEDA: hue angle of 194º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62BEDA is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98190218-
CMYK0.550.1300.15
HSL194º61.86%61.96%-
HSV(B)194º55.05%85.49%-
XYZ36.1144.4973.01-
YUV165.68157.5279.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.37%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=19.37%
G=37.55%
B=43.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981902180.550.1300.1519461.8661.96
Hex62BEDA37D0Fc23e3e
Octal14227633267150173027676
Binary1100010101111101101101011011111010111111000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BEDA; }

 p { color: rgb(98,190,218); }

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

<style>
 a { background-color: #62BEDA; }

 a { background-color: rgb(98,190,218); }

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

<style>
 span { border-color: #62BEDA; }

 span { border-color: rgb(98,190,218); }

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