Html Css Color HEX #60B4EC Malibu

📋 copy color: '#60B4EC'

red 96 ◦ green 180 ◦ blue 236

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

Shades of Malibu #60B4EC

Tints of Malibu #60B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 18.75%
G = 35.16%
B = 46.09%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60B4EC (or 0x60B4EC) is known color: Malibu. HEX triplet: 60, B4 and EC. RGB value is (96,180,236). Sum of RGB (Red+Green+Blue) = 96+180+236=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #60B4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B4EC is #9F4B13. Grayscale: #A0A0A0. Windows color (decimal): -10439444 or 15512672. OLE color: 15512672.

HSL color Cylindrical-coordinate representation of color #60B4EC: hue angle of 204º 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 #60B4EC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 180 236 -
CMYK 0.59 0.24 0 0.07
HSL 204º 0.79% 0.65% -
HSV(B) 204º 0.59% 0.93% -
XYZ 36.29 41.19 85.39 -
YUV 161.27 170.17 81.45 -
System Red Green Blue C M Y K H S L
Decimal 96 180 236 0.59 0.24 0 0.07 204 0.79 0.65
Hex 60 B4 EC 3B 18 0 7 CC 4F 41
Octal 140 264 354 73 30 0 7 314 117 101
Binary 1100000 10110100 11101100 111011 11000 0 111 11001100 1001111 1000001

Color Harmonies of #60B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B4EC

Black with #60B4EC

Text Example


Text Example

White with #60B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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