Html Css Color HEX #60B5D7 Malibu

📋 copy color: '#60B5D7'

red 96 ◦ green 181 ◦ blue 215

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

Shades of Malibu #60B5D7

Tints of Malibu #60B5D7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.79%

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 19.51%
G = 36.79%
B = 43.7%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60B5D7 (or 0x60B5D7) is known color: Malibu. HEX triplet: 60, B5 and D7. RGB value is (96,181,215). Sum of RGB (Red+Green+Blue) = 96+181+215=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #60B5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5D7 is #9F4A28. Grayscale: #9F9F9F. Windows color (decimal): -10439209 or 14136672. OLE color: 14136672.

HSL color Cylindrical-coordinate representation of color #60B5D7: hue angle of 197.14º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60B5D7 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 181 215 -
CMYK 0.55 0.16 0 0.16
HSL 197.14º 0.6% 0.61% -
HSV(B) 197.14º 0.55% 0.84% -
XYZ 33.61 40.44 70.32 -
YUV 159.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 96 181 215 0.55 0.16 0 0.16 197.14 0.6 0.61
Hex 60 B5 D7 37 10 0 10 C5 3C 3D
Octal 140 265 327 67 20 0 20 305 74 75
Binary 1100000 10110101 11010111 110111 10000 0 10000 11000101 111100 111101

Color Harmonies of #60B5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5D7

Black with #60B5D7

Text Example


Text Example

White with #60B5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,215); }

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

background-color css

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

 a { background-color: rgb(96,181,215); }

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

border-color css

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

 span { border-color: rgb(96,181,215); }

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