Html Css Color HEX #60B5EC Malibu

📋 copy color: '#60B5EC'

red 96 ◦ green 181 ◦ blue 236

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

Shades of Malibu #60B5EC

Tints of Malibu #60B5EC

RGB

 RED value IS 96 (37.89% from 255) = 18.71%

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 236 (92.58% from 255) = 46%

R = 18.71%
G = 35.28%
B = 46%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60B5EC (or 0x60B5EC) is known color: Malibu. HEX triplet: 60, B5 and EC. RGB value is (96,181,236). Sum of RGB (Red+Green+Blue) = 96+181+236=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #60B5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5EC is #9F4A13. Grayscale: #A1A1A1. Windows color (decimal): -10439188 or 15512928. OLE color: 15512928.

HSL color Cylindrical-coordinate representation of color #60B5EC: hue angle of 203.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60B5EC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 181 236 -
CMYK 0.59 0.23 0 0.07
HSL 203.57º 0.79% 0.65% -
HSV(B) 203.57º 0.59% 0.93% -
XYZ 36.49 41.59 85.46 -
YUV 161.86 169.84 81.03 -
System Red Green Blue C M Y K H S L
Decimal 96 181 236 0.59 0.23 0 0.07 203.57 0.79 0.65
Hex 60 B5 EC 3B 17 0 7 CC 4F 41
Octal 140 265 354 73 27 0 7 314 117 101
Binary 1100000 10110101 11101100 111011 10111 0 111 11001100 1001111 1000001

Color Harmonies of #60B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5EC

Black with #60B5EC

Text Example


Text Example

White with #60B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B5EC; }

 p { color: rgb(96,181,236); }

 H1.HeaderClassName
 {
   color: #60B5EC;
 }
 .AnyTagClassName
 {
   color: #60B5EC;
 }
</style>

background-color css

<style>
 a { background-color: #60B5EC; }

 a { background-color: rgb(96,181,236); }

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

border-color css

<style>
 span { border-color: #60B5EC; }

 span { border-color: rgb(96,181,236); }

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