Html Css Color HEX #60BCEC Malibu

📋 copy color: '#60BCEC'

red 96 ◦ green 188 ◦ blue 236

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

Shades of Malibu #60BCEC

Tints of Malibu #60BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 18.46%
G = 36.15%
B = 45.38%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60BCEC (or 0x60BCEC) is known color: Malibu. HEX triplet: 60, BC and EC. RGB value is (96,188,236). Sum of RGB (Red+Green+Blue) = 96+188+236=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #60BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCEC is #9F4313. Grayscale: #A5A5A5. Windows color (decimal): -10437396 or 15514720. OLE color: 15514720.

HSL color Cylindrical-coordinate representation of color #60BCEC: hue angle of 200.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BCEC is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 188 236 -
CMYK 0.59 0.20 0 0.07
HSL 200.57º 0.79% 0.65% -
HSV(B) 200.57º 0.59% 0.93% -
XYZ 37.95 44.51 85.95 -
YUV 165.96 167.52 78.1 -
System Red Green Blue C M Y K H S L
Decimal 96 188 236 0.59 0.20 0 0.07 200.57 0.79 0.65
Hex 60 BC EC 3B 14 0 7 C9 4F 41
Octal 140 274 354 73 24 0 7 311 117 101
Binary 1100000 10111100 11101100 111011 10100 0 111 11001001 1001111 1000001

Color Harmonies of #60BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCEC

Black with #60BCEC

Text Example


Text Example

White with #60BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,236); }

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

background-color css

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

 a { background-color: rgb(96,188,236); }

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

border-color css

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

 span { border-color: rgb(96,188,236); }

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