Html Css Color HEX #5FBCEC Malibu

📋 copy color: '#5FBCEC'

red 95 ◦ green 188 ◦ blue 236

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

Shades of Malibu #5FBCEC

Tints of Malibu #5FBCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 18.3%
G = 36.22%
B = 45.47%

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

#5FBCEC (or 0x5FBCEC) is known color: Malibu. HEX triplet: 5F, BC and EC. RGB value is (95,188,236). Sum of RGB (Red+Green+Blue) = 95+188+236=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCEC is #A04313. Grayscale: #A5A5A5. Windows color (decimal): -10502932 or 15514719. OLE color: 15514719.

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

Color convert

RGB 95 188 236 -
CMYK 0.60 0.20 0 0.07
HSL 200.43º 0.79% 0.65% -
HSV(B) 200.43º 0.6% 0.93% -
XYZ 37.84 44.46 85.94 -
YUV 165.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 95 188 236 0.60 0.20 0 0.07 200.43 0.79 0.65
Hex 5F BC EC 3C 14 0 7 C8 4F 41
Octal 137 274 354 74 24 0 7 310 117 101
Binary 1011111 10111100 11101100 111100 10100 0 111 11001000 1001111 1000001

Color Harmonies of #5FBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCEC

Black with #5FBCEC

Text Example


Text Example

White with #5FBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,236); }

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

background-color css

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

 a { background-color: rgb(95,188,236); }

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

border-color css

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

 span { border-color: rgb(95,188,236); }

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