Html Css Color HEX #60BFD5 Malibu

📋 copy color: '#60BFD5'

red 96 ◦ green 191 ◦ blue 213

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

Shades of Malibu #60BFD5

Tints of Malibu #60BFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 38.2%

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 19.2%
G = 38.2%
B = 42.6%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60BFD5 (or 0x60BFD5) is known color: Malibu. HEX triplet: 60, BF and D5. RGB value is (96,191,213). Sum of RGB (Red+Green+Blue) = 96+191+213=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #60BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFD5 is #9F402A. Grayscale: #A4A4A4. Windows color (decimal): -10436651 or 14008160. OLE color: 14008160.

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

Color convert

RGB 96 191 213 -
CMYK 0.55 0.10 0 0.16
HSL 191.28º 0.58% 0.61% -
HSV(B) 191.28º 0.55% 0.84% -
XYZ 35.46 44.55 69.68 -
YUV 165.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 96 191 213 0.55 0.10 0 0.16 191.28 0.58 0.61
Hex 60 BF D5 37 A 0 10 BF 3A 3D
Octal 140 277 325 67 12 0 20 277 72 75
Binary 1100000 10111111 11010101 110111 1010 0 10000 10111111 111010 111101

Color Harmonies of #60BFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFD5

Black with #60BFD5

Text Example


Text Example

White with #60BFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,213); }

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

background-color css

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

 a { background-color: rgb(96,191,213); }

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

border-color css

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

 span { border-color: rgb(96,191,213); }

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