Html Css Color HEX #60BBEE Malibu

📋 copy color: '#60BBEE'

red 96 ◦ green 187 ◦ blue 238

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

Shades of Malibu #60BBEE

Tints of Malibu #60BBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.89%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 18.43%
G = 35.89%
B = 45.68%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60BBEE (or 0x60BBEE) is known color: Malibu. HEX triplet: 60, BB and EE. RGB value is (96,187,238). Sum of RGB (Red+Green+Blue) = 96+187+238=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #60BBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BBEE is #9F4411. Grayscale: #A5A5A5. Windows color (decimal): -10437650 or 15645536. OLE color: 15645536.

HSL color Cylindrical-coordinate representation of color #60BBEE: hue angle of 201.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BBEE is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 187 238 -
CMYK 0.60 0.21 0 0.07
HSL 201.55º 0.81% 0.65% -
HSV(B) 201.55º 0.6% 0.93% -
XYZ 38.03 44.2 87.42 -
YUV 165.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 96 187 238 0.60 0.21 0 0.07 201.55 0.81 0.65
Hex 60 BB EE 3C 15 0 7 CA 51 41
Octal 140 273 356 74 25 0 7 312 121 101
Binary 1100000 10111011 11101110 111100 10101 0 111 11001010 1010001 1000001

Color Harmonies of #60BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BBEE

Black with #60BBEE

Text Example


Text Example

White with #60BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,187,238); }

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

background-color css

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

 a { background-color: rgb(96,187,238); }

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

border-color css

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

 span { border-color: rgb(96,187,238); }

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