Html Css Color HEX #60BDEF Malibu

📋 copy color: '#60BDEF'

red 96 ◦ green 189 ◦ blue 239

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

Shades of Malibu #60BDEF

Tints of Malibu #60BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 18.32%
G = 36.07%
B = 45.61%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60BDEF (or 0x60BDEF) is known color: Malibu. HEX triplet: 60, BD and EF. RGB value is (96,189,239). Sum of RGB (Red+Green+Blue) = 96+189+239=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #60BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDEF is #9F4210. Grayscale: #A6A6A6. Windows color (decimal): -10437137 or 15711584. OLE color: 15711584.

HSL color Cylindrical-coordinate representation of color #60BDEF: hue angle of 200.98º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BDEF is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 189 239 -
CMYK 0.60 0.21 0 0.06
HSL 200.98º 0.82% 0.66% -
HSV(B) 200.98º 0.6% 0.94% -
XYZ 38.6 45.11 88.33 -
YUV 166.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 96 189 239 0.60 0.21 0 0.06 200.98 0.82 0.66
Hex 60 BD EF 3C 15 0 6 C9 52 42
Octal 140 275 357 74 25 0 6 311 122 102
Binary 1100000 10111101 11101111 111100 10101 0 110 11001001 1010010 1000010

Color Harmonies of #60BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDEF

Black with #60BDEF

Text Example


Text Example

White with #60BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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