Html Css Color HEX #5FBAEF Malibu

📋 copy color: '#5FBAEF'

red 95 ◦ green 186 ◦ blue 239

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

Shades of Malibu #5FBAEF

Tints of Malibu #5FBAEF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 18.27%
G = 35.77%
B = 45.96%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5FBAEF (or 0x5FBAEF) is known color: Malibu. HEX triplet: 5F, BA and EF. RGB value is (95,186,239). Sum of RGB (Red+Green+Blue) = 95+186+239=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FBAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBAEF is #A04510. Grayscale: #A4A4A4. Windows color (decimal): -10503441 or 15710815. OLE color: 15710815.

HSL color Cylindrical-coordinate representation of color #5FBAEF: hue angle of 202.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBAEF is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 186 239 -
CMYK 0.60 0.22 0 0.06
HSL 202.08º 0.82% 0.65% -
HSV(B) 202.08º 0.6% 0.94% -
XYZ 37.86 43.78 88.12 -
YUV 164.83 169.85 78.19 -
System Red Green Blue C M Y K H S L
Decimal 95 186 239 0.60 0.22 0 0.06 202.08 0.82 0.65
Hex 5F BA EF 3C 16 0 6 CA 52 41
Octal 137 272 357 74 26 0 6 312 122 101
Binary 1011111 10111010 11101111 111100 10110 0 110 11001010 1010010 1000001

Color Harmonies of #5FBAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBAEF

Black with #5FBAEF

Text Example


Text Example

White with #5FBAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,186,239); }

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

background-color css

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

 a { background-color: rgb(95,186,239); }

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

border-color css

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

 span { border-color: rgb(95,186,239); }

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