Html Css Color HEX #5FB7DA Malibu

📋 copy color: '#5FB7DA'

red 95 ◦ green 183 ◦ blue 218

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

Shades of Malibu #5FB7DA

Tints of Malibu #5FB7DA

RGB

 RED value IS 95 (37.5% from 255) = 19.15%

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 19.15%
G = 36.9%
B = 43.95%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5FB7DA (or 0x5FB7DA) is known color: Malibu. HEX triplet: 5F, B7 and DA. RGB value is (95,183,218). Sum of RGB (Red+Green+Blue) = 95+183+218=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FB7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB7DA is #A04825. Grayscale: #A0A0A0. Windows color (decimal): -10504230 or 14333791. OLE color: 14333791.

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

Color convert

RGB 95 183 218 -
CMYK 0.56 0.16 0 0.15
HSL 197.07º 0.62% 0.61% -
HSV(B) 197.07º 0.56% 0.85% -
XYZ 34.31 41.36 72.51 -
YUV 160.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 95 183 218 0.56 0.16 0 0.15 197.07 0.62 0.61
Hex 5F B7 DA 38 10 0 F C5 3E 3D
Octal 137 267 332 70 20 0 17 305 76 75
Binary 1011111 10110111 11011010 111000 10000 0 1111 11000101 111110 111101

Color Harmonies of #5FB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB7DA

Black with #5FB7DA

Text Example


Text Example

White with #5FB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB7DA; }

 p { color: rgb(95,183,218); }

 H1.HeaderClassName
 {
   color: #5FB7DA;
 }
 .AnyTagClassName
 {
   color: #5FB7DA;
 }
</style>

background-color css

<style>
 a { background-color: #5FB7DA; }

 a { background-color: rgb(95,183,218); }

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

border-color css

<style>
 span { border-color: #5FB7DA; }

 span { border-color: rgb(95,183,218); }

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