Html Css Color HEX #60A5E5 Malibu

📋 copy color: '#60A5E5'

red 96 ◦ green 165 ◦ blue 229

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

Shades of Malibu #60A5E5

Tints of Malibu #60A5E5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

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

R = 19.59%
G = 33.67%
B = 46.73%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#60A5E5 (or 0x60A5E5) is known color: Malibu. HEX triplet: 60, A5 and E5. RGB value is (96,165,229). Sum of RGB (Red+Green+Blue) = 96+165+229=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #60A5E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A5E5 is #9F5A1A. Grayscale: #979797. Windows color (decimal): -10443291 or 15050080. OLE color: 15050080.

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

Color convert

RGB 96 165 229 -
CMYK 0.58 0.28 0 0.10
HSL 208.87º 0.72% 0.64% -
HSV(B) 208.87º 0.58% 0.9% -
XYZ 32.42 35.05 79.19 -
YUV 151.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 96 165 229 0.58 0.28 0 0.10 208.87 0.72 0.64
Hex 60 A5 E5 3A 1C 0 A D1 48 40
Octal 140 245 345 72 34 0 12 321 110 100
Binary 1100000 10100101 11100101 111010 11100 0 1010 11010001 1001000 1000000

Color Harmonies of #60A5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A5E5

Black with #60A5E5

Text Example


Text Example

White with #60A5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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