Html Css Color HEX #60BDD7 Malibu

📋 copy color: '#60BDD7'

red 96 ◦ green 189 ◦ blue 215

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

Shades of Malibu #60BDD7

Tints of Malibu #60BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 215 (84.38% from 255) = 43%

R = 19.2%
G = 37.8%
B = 43%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#60BDD7 (or 0x60BDD7) is known color: Malibu. HEX triplet: 60, BD and D7. RGB value is (96,189,215). Sum of RGB (Red+Green+Blue) = 96+189+215=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #60BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDD7 is #9F4228. Grayscale: #A3A3A3. Windows color (decimal): -10437161 or 14138720. OLE color: 14138720.

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

Color convert

RGB 96 189 215 -
CMYK 0.55 0.12 0 0.16
HSL 193.11º 0.6% 0.61% -
HSV(B) 193.11º 0.55% 0.84% -
XYZ 35.29 43.79 70.88 -
YUV 164.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 96 189 215 0.55 0.12 0 0.16 193.11 0.6 0.61
Hex 60 BD D7 37 C 0 10 C1 3C 3D
Octal 140 275 327 67 14 0 20 301 74 75
Binary 1100000 10111101 11010111 110111 1100 0 10000 11000001 111100 111101

Color Harmonies of #60BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDD7

Black with #60BDD7

Text Example


Text Example

White with #60BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,215); }

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

background-color css

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

 a { background-color: rgb(96,189,215); }

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

border-color css

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

 span { border-color: rgb(96,189,215); }

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