Html Css Color HEX #60B5DA Malibu

📋 copy color: '#60B5DA'

red 96 ◦ green 181 ◦ blue 218

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

Shades of Malibu #60B5DA

Tints of Malibu #60B5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 19.39%
G = 36.57%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60B5DA (or 0x60B5DA) is known color: Malibu. HEX triplet: 60, B5 and DA. RGB value is (96,181,218). Sum of RGB (Red+Green+Blue) = 96+181+218=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #60B5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5DA is #9F4A25. Grayscale: #9F9F9F. Windows color (decimal): -10439206 or 14333280. OLE color: 14333280.

HSL color Cylindrical-coordinate representation of color #60B5DA: hue angle of 198.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60B5DA is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 181 218 -
CMYK 0.56 0.17 0 0.15
HSL 198.2º 0.62% 0.62% -
HSV(B) 198.2º 0.56% 0.85% -
XYZ 34 40.6 72.37 -
YUV 159.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 96 181 218 0.56 0.17 0 0.15 198.2 0.62 0.62
Hex 60 B5 DA 38 11 0 F C6 3E 3E
Octal 140 265 332 70 21 0 17 306 76 76
Binary 1100000 10110101 11011010 111000 10001 0 1111 11000110 111110 111110

Color Harmonies of #60B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5DA

Black with #60B5DA

Text Example


Text Example

White with #60B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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