Html Css Color HEX #60BDEA Malibu

📋 copy color: '#60BDEA'

red 96 ◦ green 189 ◦ blue 234

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

Shades of Malibu #60BDEA

Tints of Malibu #60BDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 18.5%
G = 36.42%
B = 45.09%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60BDEA (or 0x60BDEA) is known color: Malibu. HEX triplet: 60, BD and EA. RGB value is (96,189,234). Sum of RGB (Red+Green+Blue) = 96+189+234=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #60BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDEA is #9F4215. Grayscale: #A6A6A6. Windows color (decimal): -10437142 or 15383904. OLE color: 15383904.

HSL color Cylindrical-coordinate representation of color #60BDEA: hue angle of 199.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BDEA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 189 234 -
CMYK 0.59 0.19 0 0.08
HSL 199.57º 0.77% 0.65% -
HSV(B) 199.57º 0.59% 0.92% -
XYZ 37.87 44.82 84.5 -
YUV 166.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 96 189 234 0.59 0.19 0 0.08 199.57 0.77 0.65
Hex 60 BD EA 3B 13 0 8 C8 4D 41
Octal 140 275 352 73 23 0 10 310 115 101
Binary 1100000 10111101 11101010 111011 10011 0 1000 11001000 1001101 1000001

Color Harmonies of #60BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDEA

Black with #60BDEA

Text Example


Text Example

White with #60BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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