Html Css Color HEX #5FC5EE Malibu

📋 copy color: '#5FC5EE'

red 95 ◦ green 197 ◦ blue 238

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

Shades of Malibu #5FC5EE

Tints of Malibu #5FC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 17.92%
G = 37.17%
B = 44.91%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5FC5EE (or 0x5FC5EE) is known color: Malibu. HEX triplet: 5F, C5 and EE. RGB value is (95,197,238). Sum of RGB (Red+Green+Blue) = 95+197+238=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FC5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC5EE is #A03A11. Grayscale: #AAAAAA. Windows color (decimal): -10500626 or 15648095. OLE color: 15648095.

HSL color Cylindrical-coordinate representation of color #5FC5EE: hue angle of 197.2º 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 #5FC5EE is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 197 238 -
CMYK 0.60 0.17 0 0.07
HSL 197.2º 0.81% 0.65% -
HSV(B) 197.2º 0.6% 0.93% -
XYZ 40.12 48.54 88.14 -
YUV 171.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 95 197 238 0.60 0.17 0 0.07 197.2 0.81 0.65
Hex 5F C5 EE 3C 11 0 7 C5 51 41
Octal 137 305 356 74 21 0 7 305 121 101
Binary 1011111 11000101 11101110 111100 10001 0 111 11000101 1010001 1000001

Color Harmonies of #5FC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC5EE

Black with #5FC5EE

Text Example


Text Example

White with #5FC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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