Html Css Color HEX #60BEDD Malibu

📋 copy color: '#60BEDD'

red 96 ◦ green 190 ◦ blue 221

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

Shades of Malibu #60BEDD

Tints of Malibu #60BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 18.93%
G = 37.48%
B = 43.59%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60BEDD (or 0x60BEDD) is known color: Malibu. HEX triplet: 60, BE and DD. RGB value is (96,190,221). Sum of RGB (Red+Green+Blue) = 96+190+221=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #60BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEDD is #9F4122. Grayscale: #A5A5A5. Windows color (decimal): -10436899 or 14532192. OLE color: 14532192.

HSL color Cylindrical-coordinate representation of color #60BEDD: hue angle of 194.88º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BEDD is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 190 221 -
CMYK 0.57 0.14 0 0.13
HSL 194.88º 0.65% 0.62% -
HSV(B) 194.88º 0.57% 0.87% -
XYZ 36.29 44.53 75.09 -
YUV 165.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 96 190 221 0.57 0.14 0 0.13 194.88 0.65 0.62
Hex 60 BE DD 39 E 0 D C3 41 3E
Octal 140 276 335 71 16 0 15 303 101 76
Binary 1100000 10111110 11011101 111001 1110 0 1101 11000011 1000001 111110

Color Harmonies of #60BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEDD

Black with #60BEDD

Text Example


Text Example

White with #60BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,190,221); }

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

background-color css

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

 a { background-color: rgb(96,190,221); }

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

border-color css

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

 span { border-color: rgb(96,190,221); }

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