Html Css Color HEX #60BFF1 Malibu

📋 copy color: '#60BFF1'

red 96 ◦ green 191 ◦ blue 241

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

Shades of Malibu #60BFF1

Tints of Malibu #60BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 18.18%
G = 36.17%
B = 45.64%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60BFF1 (or 0x60BFF1) is known color: Malibu. HEX triplet: 60, BF and F1. RGB value is (96,191,241). Sum of RGB (Red+Green+Blue) = 96+191+241=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #60BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFF1 is #9F400E. Grayscale: #A8A8A8. Windows color (decimal): -10436623 or 15843168. OLE color: 15843168.

HSL color Cylindrical-coordinate representation of color #60BFF1: hue angle of 200.69º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BFF1 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 191 241 -
CMYK 0.60 0.21 0 0.05
HSL 200.69º 0.84% 0.66% -
HSV(B) 200.69º 0.6% 0.95% -
XYZ 39.33 46.1 90.04 -
YUV 168.3 169.03 76.43 -
System Red Green Blue C M Y K H S L
Decimal 96 191 241 0.60 0.21 0 0.05 200.69 0.84 0.66
Hex 60 BF F1 3C 15 0 5 C9 54 42
Octal 140 277 361 74 25 0 5 311 124 102
Binary 1100000 10111111 11110001 111100 10101 0 101 11001001 1010100 1000010

Color Harmonies of #60BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFF1

Black with #60BFF1

Text Example


Text Example

White with #60BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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