Html Css Color HEX #60BEED Malibu

📋 copy color: '#60BEED'

red 96 ◦ green 190 ◦ blue 237

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

Shades of Malibu #60BEED

Tints of Malibu #60BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 18.36%
G = 36.33%
B = 45.32%

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

#60BEED (or 0x60BEED) is known color: Malibu. HEX triplet: 60, BE and ED. RGB value is (96,190,237). Sum of RGB (Red+Green+Blue) = 96+190+237=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #60BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEED is #9F4112. Grayscale: #A6A6A6. Windows color (decimal): -10436883 or 15580768. OLE color: 15580768.

HSL color Cylindrical-coordinate representation of color #60BEED: hue angle of 200º degrees, saturation: 0.8, 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 #60BEED is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 190 237 -
CMYK 0.59 0.20 0 0.07
HSL 200º 0.8% 0.65% -
HSV(B) 200º 0.59% 0.93% -
XYZ 38.52 45.43 86.86 -
YUV 167.25 167.36 77.18 -
System Red Green Blue C M Y K H S L
Decimal 96 190 237 0.59 0.20 0 0.07 200 0.8 0.65
Hex 60 BE ED 3B 14 0 7 C8 50 41
Octal 140 276 355 73 24 0 7 310 120 101
Binary 1100000 10111110 11101101 111011 10100 0 111 11001000 1010000 1000001

Color Harmonies of #60BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEED

Black with #60BEED

Text Example


Text Example

White with #60BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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