Html Css Color HEX #60BAE6 Malibu

📋 copy color: '#60BAE6'

red 96 ◦ green 186 ◦ blue 230

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

Shades of Malibu #60BAE6

Tints of Malibu #60BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 18.75%
G = 36.33%
B = 44.92%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#60BAE6 (or 0x60BAE6) is known color: Malibu. HEX triplet: 60, BA and E6. RGB value is (96,186,230). Sum of RGB (Red+Green+Blue) = 96+186+230=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #60BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAE6 is #9F4519. Grayscale: #A3A3A3. Windows color (decimal): -10437914 or 15120992. OLE color: 15120992.

HSL color Cylindrical-coordinate representation of color #60BAE6: hue angle of 199.7º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60BAE6 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 186 230 -
CMYK 0.58 0.19 0 0.10
HSL 199.7º 0.73% 0.64% -
HSV(B) 199.7º 0.58% 0.9% -
XYZ 36.67 43.32 81.29 -
YUV 164.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 96 186 230 0.58 0.19 0 0.10 199.7 0.73 0.64
Hex 60 BA E6 3A 13 0 A C8 49 40
Octal 140 272 346 72 23 0 12 310 111 100
Binary 1100000 10111010 11100110 111010 10011 0 1010 11001000 1001001 1000000

Color Harmonies of #60BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAE6

Black with #60BAE6

Text Example


Text Example

White with #60BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,230); }

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

background-color css

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

 a { background-color: rgb(96,186,230); }

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

border-color css

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

 span { border-color: rgb(96,186,230); }

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