Html Css Color HEX #5FB5F3 Malibu

📋 copy color: '#5FB5F3'

red 95 ◦ green 181 ◦ blue 243

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

Shades of Malibu #5FB5F3

Tints of Malibu #5FB5F3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 243 (95.31% from 255) = 46.82%

R = 18.3%
G = 34.87%
B = 46.82%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5FB5F3 (or 0x5FB5F3) is known color: Malibu. HEX triplet: 5F, B5 and F3. RGB value is (95,181,243). Sum of RGB (Red+Green+Blue) = 95+181+243=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FB5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB5F3 is #A04A0C. Grayscale: #A2A2A2. Windows color (decimal): -10504717 or 15971679. OLE color: 15971679.

HSL color Cylindrical-coordinate representation of color #5FB5F3: hue angle of 205.14º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FB5F3 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 181 243 -
CMYK 0.61 0.26 0 0.05
HSL 205.14º 0.86% 0.66% -
HSV(B) 205.14º 0.61% 0.95% -
XYZ 37.42 41.95 90.92 -
YUV 162.35 173.51 79.96 -
System Red Green Blue C M Y K H S L
Decimal 95 181 243 0.61 0.26 0 0.05 205.14 0.86 0.66
Hex 5F B5 F3 3D 1A 0 5 CD 56 42
Octal 137 265 363 75 32 0 5 315 126 102
Binary 1011111 10110101 11110011 111101 11010 0 101 11001101 1010110 1000010

Color Harmonies of #5FB5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB5F3

Black with #5FB5F3

Text Example


Text Example

White with #5FB5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,181,243); }

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

background-color css

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

 a { background-color: rgb(95,181,243); }

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

border-color css

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

 span { border-color: rgb(95,181,243); }

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