Html Css Color HEX #60BFE8 Malibu

📋 copy color: '#60BFE8'

red 96 ◦ green 191 ◦ blue 232

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

Shades of Malibu #60BFE8

Tints of Malibu #60BFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.7%

R = 18.5%
G = 36.8%
B = 44.7%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#60BFE8 (or 0x60BFE8) is known color: Malibu. HEX triplet: 60, BF and E8. RGB value is (96,191,232). Sum of RGB (Red+Green+Blue) = 96+191+232=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #60BFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFE8 is #9F4017. Grayscale: #A7A7A7. Windows color (decimal): -10436632 or 15253344. OLE color: 15253344.

HSL color Cylindrical-coordinate representation of color #60BFE8: hue angle of 198.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BFE8 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 191 232 -
CMYK 0.59 0.18 0 0.09
HSL 198.09º 0.75% 0.64% -
HSV(B) 198.09º 0.59% 0.91% -
XYZ 38.02 45.57 83.14 -
YUV 167.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 96 191 232 0.59 0.18 0 0.09 198.09 0.75 0.64
Hex 60 BF E8 3B 12 0 9 C6 4B 40
Octal 140 277 350 73 22 0 11 306 113 100
Binary 1100000 10111111 11101000 111011 10010 0 1001 11000110 1001011 1000000

Color Harmonies of #60BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFE8

Black with #60BFE8

Text Example


Text Example

White with #60BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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