Html Css Color HEX #60BFE0 Malibu

📋 copy color: '#60BFE0'

red 96 ◦ green 191 ◦ blue 224

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

Shades of Malibu #60BFE0

Tints of Malibu #60BFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 37.38%

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 18.79%
G = 37.38%
B = 43.84%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#60BFE0 (or 0x60BFE0) is known color: Malibu. HEX triplet: 60, BF and E0. RGB value is (96,191,224). Sum of RGB (Red+Green+Blue) = 96+191+224=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #60BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFE0 is #9F401F. Grayscale: #A6A6A6. Windows color (decimal): -10436640 or 14729056. OLE color: 14729056.

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

Color convert

RGB 96 191 224 -
CMYK 0.57 0.15 0 0.12
HSL 195.47º 0.67% 0.63% -
HSV(B) 195.47º 0.57% 0.88% -
XYZ 36.91 45.13 77.29 -
YUV 166.36 160.53 77.82 -
System Red Green Blue C M Y K H S L
Decimal 96 191 224 0.57 0.15 0 0.12 195.47 0.67 0.63
Hex 60 BF E0 39 F 0 C C3 43 3F
Octal 140 277 340 71 17 0 14 303 103 77
Binary 1100000 10111111 11100000 111001 1111 0 1100 11000011 1000011 111111

Color Harmonies of #60BFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFE0

Black with #60BFE0

Text Example


Text Example

White with #60BFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,224); }

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

background-color css

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

 a { background-color: rgb(96,191,224); }

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

border-color css

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

 span { border-color: rgb(96,191,224); }

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