Html Css Color HEX #60B2DA Malibu

📋 copy color: '#60B2DA'

red 96 ◦ green 178 ◦ blue 218

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

Shades of Malibu #60B2DA

Tints of Malibu #60B2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

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

R = 19.51%
G = 36.18%
B = 44.31%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60B2DA (or 0x60B2DA) is known color: Malibu. HEX triplet: 60, B2 and DA. RGB value is (96,178,218). Sum of RGB (Red+Green+Blue) = 96+178+218=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #60B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2DA is #9F4D25. Grayscale: #9D9D9D. Windows color (decimal): -10439974 or 14332512. OLE color: 14332512.

HSL color Cylindrical-coordinate representation of color #60B2DA: hue angle of 199.67º 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 #60B2DA is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 178 218 -
CMYK 0.56 0.18 0 0.15
HSL 199.67º 0.62% 0.62% -
HSV(B) 199.67º 0.56% 0.85% -
XYZ 33.4 39.39 72.17 -
YUV 158.04 161.83 83.75 -
System Red Green Blue C M Y K H S L
Decimal 96 178 218 0.56 0.18 0 0.15 199.67 0.62 0.62
Hex 60 B2 DA 38 12 0 F C8 3E 3E
Octal 140 262 332 70 22 0 17 310 76 76
Binary 1100000 10110010 11011010 111000 10010 0 1111 11001000 111110 111110

Color Harmonies of #60B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2DA

Black with #60B2DA

Text Example


Text Example

White with #60B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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