Html Css Color HEX #60B8D5 Malibu

📋 copy color: '#60B8D5'

red 96 ◦ green 184 ◦ blue 213

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

Shades of Malibu #60B8D5

Tints of Malibu #60B8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.32%

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

R = 19.47%
G = 37.32%
B = 43.2%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60B8D5 (or 0x60B8D5) is known color: Malibu. HEX triplet: 60, B8 and D5. RGB value is (96,184,213). Sum of RGB (Red+Green+Blue) = 96+184+213=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #60B8D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8D5 is #9F472A. Grayscale: #A0A0A0. Windows color (decimal): -10438443 or 14006368. OLE color: 14006368.

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

Color convert

RGB 96 184 213 -
CMYK 0.55 0.14 0 0.16
HSL 194.87º 0.58% 0.61% -
HSV(B) 194.87º 0.55% 0.84% -
XYZ 33.97 41.57 69.18 -
YUV 160.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 96 184 213 0.55 0.14 0 0.16 194.87 0.58 0.61
Hex 60 B8 D5 37 E 0 10 C3 3A 3D
Octal 140 270 325 67 16 0 20 303 72 75
Binary 1100000 10111000 11010101 110111 1110 0 10000 11000011 111010 111101

Color Harmonies of #60B8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B8D5

Black with #60B8D5

Text Example


Text Example

White with #60B8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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