Html Css Color HEX #60AFE5 Malibu

📋 copy color: '#60AFE5'

red 96 ◦ green 175 ◦ blue 229

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

Shades of Malibu #60AFE5

Tints of Malibu #60AFE5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

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

R = 19.2%
G = 35%
B = 45.8%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#60AFE5 (or 0x60AFE5) is known color: Malibu. HEX triplet: 60, AF and E5. RGB value is (96,175,229). Sum of RGB (Red+Green+Blue) = 96+175+229=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #60AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFE5 is #9F501A. Grayscale: #9D9D9D. Windows color (decimal): -10440731 or 15052640. OLE color: 15052640.

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

Color convert

RGB 96 175 229 -
CMYK 0.58 0.24 0 0.10
HSL 204.36º 0.72% 0.64% -
HSV(B) 204.36º 0.58% 0.9% -
XYZ 34.3 38.8 79.81 -
YUV 157.54 168.33 84.11 -
System Red Green Blue C M Y K H S L
Decimal 96 175 229 0.58 0.24 0 0.10 204.36 0.72 0.64
Hex 60 AF E5 3A 18 0 A CC 48 40
Octal 140 257 345 72 30 0 12 314 110 100
Binary 1100000 10101111 11100101 111010 11000 0 1010 11001100 1001000 1000000

Color Harmonies of #60AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFE5

Black with #60AFE5

Text Example


Text Example

White with #60AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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