Html Css Color HEX #60ABEB Malibu

📋 copy color: '#60ABEB'

red 96 ◦ green 171 ◦ blue 235

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

Shades of Malibu #60ABEB

Tints of Malibu #60ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 19.12%
G = 34.06%
B = 46.81%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60ABEB (or 0x60ABEB) is known color: Malibu. HEX triplet: 60, AB and EB. RGB value is (96,171,235). Sum of RGB (Red+Green+Blue) = 96+171+235=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #60ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABEB is #9F5414. Grayscale: #9B9B9B. Windows color (decimal): -10441749 or 15444832. OLE color: 15444832.

HSL color Cylindrical-coordinate representation of color #60ABEB: hue angle of 207.63º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ABEB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 171 235 -
CMYK 0.59 0.27 0 0.08
HSL 207.63º 0.78% 0.65% -
HSV(B) 207.63º 0.59% 0.92% -
XYZ 34.38 37.61 84.04 -
YUV 155.87 172.65 85.3 -
System Red Green Blue C M Y K H S L
Decimal 96 171 235 0.59 0.27 0 0.08 207.63 0.78 0.65
Hex 60 AB EB 3B 1B 0 8 D0 4E 41
Octal 140 253 353 73 33 0 10 320 116 101
Binary 1100000 10101011 11101011 111011 11011 0 1000 11010000 1001110 1000001

Color Harmonies of #60ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABEB

Black with #60ABEB

Text Example


Text Example

White with #60ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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