Html Css Color HEX #5FBCE6 Malibu

📋 copy color: '#5FBCE6'

red 95 ◦ green 188 ◦ blue 230

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

Shades of Malibu #5FBCE6

Tints of Malibu #5FBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.83%

R = 18.52%
G = 36.65%
B = 44.83%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5FBCE6 (or 0x5FBCE6) is known color: Malibu. HEX triplet: 5F, BC and E6. RGB value is (95,188,230). Sum of RGB (Red+Green+Blue) = 95+188+230=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #5FBCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCE6 is #A04319. Grayscale: #A4A4A4. Windows color (decimal): -10502938 or 15121503. OLE color: 15121503.

HSL color Cylindrical-coordinate representation of color #5FBCE6: hue angle of 198.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FBCE6 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 188 230 -
CMYK 0.59 0.18 0 0.10
HSL 198.67º 0.73% 0.64% -
HSV(B) 198.67º 0.59% 0.9% -
XYZ 36.99 44.11 81.43 -
YUV 164.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 95 188 230 0.59 0.18 0 0.10 198.67 0.73 0.64
Hex 5F BC E6 3B 12 0 A C7 49 40
Octal 137 274 346 73 22 0 12 307 111 100
Binary 1011111 10111100 11100110 111011 10010 0 1010 11000111 1001001 1000000

Color Harmonies of #5FBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCE6

Black with #5FBCE6

Text Example


Text Example

White with #5FBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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