Html Css Color HEX #60BFDA Malibu

📋 copy color: '#60BFDA'

red 96 ◦ green 191 ◦ blue 218

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

Shades of Malibu #60BFDA

Tints of Malibu #60BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 19.01%
G = 37.82%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#60BFDA (or 0x60BFDA) is known color: Malibu. HEX triplet: 60, BF and DA. RGB value is (96,191,218). Sum of RGB (Red+Green+Blue) = 96+191+218=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #60BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFDA is #9F4025. Grayscale: #A5A5A5. Windows color (decimal): -10436646 or 14335840. OLE color: 14335840.

HSL color Cylindrical-coordinate representation of color #60BFDA: hue angle of 193.28º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BFDA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 191 218 -
CMYK 0.56 0.12 0 0.15
HSL 193.28º 0.62% 0.62% -
HSV(B) 193.28º 0.56% 0.85% -
XYZ 36.11 44.81 73.08 -
YUV 165.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 96 191 218 0.56 0.12 0 0.15 193.28 0.62 0.62
Hex 60 BF DA 38 C 0 F C1 3E 3E
Octal 140 277 332 70 14 0 17 301 76 76
Binary 1100000 10111111 11011010 111000 1100 0 1111 11000001 111110 111110

Color Harmonies of #60BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFDA

Black with #60BFDA

Text Example


Text Example

White with #60BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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