Html Css Color HEX #5FBED3 Malibu

📋 copy color: '#5FBED3'

red 95 ◦ green 190 ◦ blue 211

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

Shades of Malibu #5FBED3

Tints of Malibu #5FBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

 BLUE value IS 211 (82.81% from 255) = 42.54%

R = 19.15%
G = 38.31%
B = 42.54%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5FBED3 (or 0x5FBED3) is known color: Malibu. HEX triplet: 5F, BE and D3. RGB value is (95,190,211). Sum of RGB (Red+Green+Blue) = 95+190+211=496 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.15% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #5FBED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBED3 is #A0412C. Grayscale: #A3A3A3. Windows color (decimal): -10502445 or 13876831. OLE color: 13876831.

HSL color Cylindrical-coordinate representation of color #5FBED3: hue angle of 190.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBED3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 95 190 211 -
CMYK 0.55 0.10 0 0.17
HSL 190.86º 0.57% 0.6% -
HSV(B) 190.86º 0.55% 0.83% -
XYZ 34.89 43.96 68.27 -
YUV 163.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 95 190 211 0.55 0.10 0 0.17 190.86 0.57 0.6
Hex 5F BE D3 37 A 0 11 BF 39 3C
Octal 137 276 323 67 12 0 21 277 71 74
Binary 1011111 10111110 11010011 110111 1010 0 10001 10111111 111001 111100

Color Harmonies of #5FBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBED3

Black with #5FBED3

Text Example


Text Example

White with #5FBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,190,211); }

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

background-color css

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

 a { background-color: rgb(95,190,211); }

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

border-color css

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

 span { border-color: rgb(95,190,211); }

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