Html Css Color HEX #5FB7EA Malibu

📋 copy color: '#5FB7EA'

red 95 ◦ green 183 ◦ blue 234

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

Shades of Malibu #5FB7EA

Tints of Malibu #5FB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.74%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 18.55%
G = 35.74%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5FB7EA (or 0x5FB7EA) is known color: Malibu. HEX triplet: 5F, B7 and EA. RGB value is (95,183,234). Sum of RGB (Red+Green+Blue) = 95+183+234=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FB7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB7EA is #A04815. Grayscale: #A2A2A2. Windows color (decimal): -10504214 or 15382367. OLE color: 15382367.

HSL color Cylindrical-coordinate representation of color #5FB7EA: hue angle of 202.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB7EA is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 183 234 -
CMYK 0.59 0.22 0 0.08
HSL 202.01º 0.77% 0.65% -
HSV(B) 202.01º 0.59% 0.92% -
XYZ 36.5 42.24 84.07 -
YUV 162.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 95 183 234 0.59 0.22 0 0.08 202.01 0.77 0.65
Hex 5F B7 EA 3B 16 0 8 CA 4D 41
Octal 137 267 352 73 26 0 10 312 115 101
Binary 1011111 10110111 11101010 111011 10110 0 1000 11001010 1001101 1000001

Color Harmonies of #5FB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB7EA

Black with #5FB7EA

Text Example


Text Example

White with #5FB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,183,234); }

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

background-color css

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

 a { background-color: rgb(95,183,234); }

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

border-color css

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

 span { border-color: rgb(95,183,234); }

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