Html Css Color HEX #5FBEEE Malibu

📋 copy color: '#5FBEEE'

red 95 ◦ green 190 ◦ blue 238

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

Shades of Malibu #5FBEEE

Tints of Malibu #5FBEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 18.16%
G = 36.33%
B = 45.51%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FBEEE (or 0x5FBEEE) is known color: Malibu. HEX triplet: 5F, BE and EE. RGB value is (95,190,238). Sum of RGB (Red+Green+Blue) = 95+190+238=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEEE is #A04111. Grayscale: #A6A6A6. Windows color (decimal): -10502418 or 15646303. OLE color: 15646303.

HSL color Cylindrical-coordinate representation of color #5FBEEE: hue angle of 200.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBEEE is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 190 238 -
CMYK 0.60 0.20 0 0.07
HSL 200.14º 0.81% 0.65% -
HSV(B) 200.14º 0.6% 0.93% -
XYZ 38.57 45.43 87.63 -
YUV 167.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 95 190 238 0.60 0.20 0 0.07 200.14 0.81 0.65
Hex 5F BE EE 3C 14 0 7 C8 51 41
Octal 137 276 356 74 24 0 7 310 121 101
Binary 1011111 10111110 11101110 111100 10100 0 111 11001000 1010001 1000001

Color Harmonies of #5FBEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBEEE

Black with #5FBEEE

Text Example


Text Example

White with #5FBEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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