Html Css Color HEX #5FBEEB Malibu

📋 copy color: '#5FBEEB'

red 95 ◦ green 190 ◦ blue 235

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

Shades of Malibu #5FBEEB

Tints of Malibu #5FBEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 18.27%
G = 36.54%
B = 45.19%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FBEEB (or 0x5FBEEB) is known color: Malibu. HEX triplet: 5F, BE and EB. RGB value is (95,190,235). Sum of RGB (Red+Green+Blue) = 95+190+235=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #5FBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEEB is #A04114. Grayscale: #A6A6A6. Windows color (decimal): -10502421 or 15449695. OLE color: 15449695.

HSL color Cylindrical-coordinate representation of color #5FBEEB: hue angle of 199.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBEEB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 190 235 -
CMYK 0.60 0.19 0 0.08
HSL 199.29º 0.78% 0.65% -
HSV(B) 199.29º 0.6% 0.92% -
XYZ 38.13 45.26 85.32 -
YUV 166.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 95 190 235 0.60 0.19 0 0.08 199.29 0.78 0.65
Hex 5F BE EB 3C 13 0 8 C7 4E 41
Octal 137 276 353 74 23 0 10 307 116 101
Binary 1011111 10111110 11101011 111100 10011 0 1000 11000111 1001110 1000001

Color Harmonies of #5FBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBEEB

Black with #5FBEEB

Text Example


Text Example

White with #5FBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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