Html Css Color HEX #60BEDF Malibu

📋 copy color: '#60BEDF'

red 96 ◦ green 190 ◦ blue 223

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

Shades of Malibu #60BEDF

Tints of Malibu #60BEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 18.86%
G = 37.33%
B = 43.81%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#60BEDF (or 0x60BEDF) is known color: Malibu. HEX triplet: 60, BE and DF. RGB value is (96,190,223). Sum of RGB (Red+Green+Blue) = 96+190+223=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #60BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEDF is #9F4120. Grayscale: #A5A5A5. Windows color (decimal): -10436897 or 14663264. OLE color: 14663264.

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

Color convert

RGB 96 190 223 -
CMYK 0.57 0.15 0 0.13
HSL 195.59º 0.66% 0.63% -
HSV(B) 195.59º 0.57% 0.87% -
XYZ 36.56 44.64 76.5 -
YUV 165.66 160.36 78.32 -
System Red Green Blue C M Y K H S L
Decimal 96 190 223 0.57 0.15 0 0.13 195.59 0.66 0.63
Hex 60 BE DF 39 F 0 D C4 42 3F
Octal 140 276 337 71 17 0 15 304 102 77
Binary 1100000 10111110 11011111 111001 1111 0 1101 11000100 1000010 111111

Color Harmonies of #60BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEDF

Black with #60BEDF

Text Example


Text Example

White with #60BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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