Html Css Color HEX #60B5D6 Malibu

📋 copy color: '#60B5D6'

red 96 ◦ green 181 ◦ blue 214

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

Shades of Malibu #60B5D6

Tints of Malibu #60B5D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 19.55%
G = 36.86%
B = 43.58%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60B5D6 (or 0x60B5D6) is known color: Malibu. HEX triplet: 60, B5 and D6. RGB value is (96,181,214). Sum of RGB (Red+Green+Blue) = 96+181+214=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #60B5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5D6 is #9F4A29. Grayscale: #9F9F9F. Windows color (decimal): -10439210 or 14071136. OLE color: 14071136.

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

Color convert

RGB 96 181 214 -
CMYK 0.55 0.15 0 0.16
HSL 196.78º 0.59% 0.61% -
HSV(B) 196.78º 0.55% 0.84% -
XYZ 33.49 40.39 69.65 -
YUV 159.35 158.84 82.82 -
System Red Green Blue C M Y K H S L
Decimal 96 181 214 0.55 0.15 0 0.16 196.78 0.59 0.61
Hex 60 B5 D6 37 F 0 10 C5 3B 3D
Octal 140 265 326 67 17 0 20 305 73 75
Binary 1100000 10110101 11010110 110111 1111 0 10000 11000101 111011 111101

Color Harmonies of #60B5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5D6

Black with #60B5D6

Text Example


Text Example

White with #60B5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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