Html Css Color HEX #60ABEC Malibu

📋 copy color: '#60ABEC'

red 96 ◦ green 171 ◦ blue 236

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

Shades of Malibu #60ABEC

Tints of Malibu #60ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

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

R = 19.09%
G = 34%
B = 46.92%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60ABEC (or 0x60ABEC) is known color: Malibu. HEX triplet: 60, AB and EC. RGB value is (96,171,236). Sum of RGB (Red+Green+Blue) = 96+171+236=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #60ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABEC is #9F5413. Grayscale: #9B9B9B. Windows color (decimal): -10441748 or 15510368. OLE color: 15510368.

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

Color convert

RGB 96 171 236 -
CMYK 0.59 0.28 0 0.07
HSL 207.86º 0.79% 0.65% -
HSV(B) 207.86º 0.59% 0.93% -
XYZ 34.53 37.67 84.81 -
YUV 155.99 173.15 85.21 -
System Red Green Blue C M Y K H S L
Decimal 96 171 236 0.59 0.28 0 0.07 207.86 0.79 0.65
Hex 60 AB EC 3B 1C 0 7 D0 4F 41
Octal 140 253 354 73 34 0 7 320 117 101
Binary 1100000 10101011 11101100 111011 11100 0 111 11010000 1001111 1000001

Color Harmonies of #60ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABEC

Black with #60ABEC

Text Example


Text Example

White with #60ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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