Html Css Color HEX #60BAE5 Malibu

📋 copy color: '#60BAE5'

red 96 ◦ green 186 ◦ blue 229

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

Shades of Malibu #60BAE5

Tints of Malibu #60BAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 18.79%
G = 36.4%
B = 44.81%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#60BAE5 (or 0x60BAE5) is known color: Malibu. HEX triplet: 60, BA and E5. RGB value is (96,186,229). Sum of RGB (Red+Green+Blue) = 96+186+229=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #60BAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAE5 is #9F451A. Grayscale: #A3A3A3. Windows color (decimal): -10437915 or 15055456. OLE color: 15055456.

HSL color Cylindrical-coordinate representation of color #60BAE5: hue angle of 199.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BAE5 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 186 229 -
CMYK 0.58 0.19 0 0.10
HSL 199.4º 0.72% 0.64% -
HSV(B) 199.4º 0.58% 0.9% -
XYZ 36.53 43.26 80.55 -
YUV 163.99 164.68 79.5 -
System Red Green Blue C M Y K H S L
Decimal 96 186 229 0.58 0.19 0 0.10 199.4 0.72 0.64
Hex 60 BA E5 3A 13 0 A C7 48 40
Octal 140 272 345 72 23 0 12 307 110 100
Binary 1100000 10111010 11100101 111010 10011 0 1010 11000111 1001000 1000000

Color Harmonies of #60BAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAE5

Black with #60BAE5

Text Example


Text Example

White with #60BAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,229); }

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

background-color css

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

 a { background-color: rgb(96,186,229); }

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

border-color css

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

 span { border-color: rgb(96,186,229); }

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