Html Css Color HEX #60BCD8 Malibu

📋 copy color: '#60BCD8'

red 96 ◦ green 188 ◦ blue 216

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

Shades of Malibu #60BCD8

Tints of Malibu #60BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.2%

R = 19.2%
G = 37.6%
B = 43.2%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60BCD8 (or 0x60BCD8) is known color: Malibu. HEX triplet: 60, BC and D8. RGB value is (96,188,216). Sum of RGB (Red+Green+Blue) = 96+188+216=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #60BCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCD8 is #9F4327. Grayscale: #A3A3A3. Windows color (decimal): -10437416 or 14204000. OLE color: 14204000.

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

Color convert

RGB 96 188 216 -
CMYK 0.56 0.13 0 0.15
HSL 194º 0.61% 0.61% -
HSV(B) 194º 0.56% 0.85% -
XYZ 35.2 43.41 71.49 -
YUV 163.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 96 188 216 0.56 0.13 0 0.15 194 0.61 0.61
Hex 60 BC D8 38 D 0 F C2 3D 3D
Octal 140 274 330 70 15 0 17 302 75 75
Binary 1100000 10111100 11011000 111000 1101 0 1111 11000010 111101 111101

Color Harmonies of #60BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCD8

Black with #60BCD8

Text Example


Text Example

White with #60BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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