Html Css Color HEX #4DBFFA Malibu

📋 copy color: '#4DBFFA'

red 77 ◦ green 191 ◦ blue 250

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

Shades of Malibu #4DBFFA

Tints of Malibu #4DBFFA

RGB

 RED value IS 77 (30.47% from 255) = 14.86%

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 14.86%
G = 36.87%
B = 48.26%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DBFFA (or 0x4DBFFA) is known color: Malibu. HEX triplet: 4D, BF and FA. RGB value is (77,191,250). Sum of RGB (Red+Green+Blue) = 77+191+250=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFFA is #B24005. Grayscale: #A3A3A3. Windows color (decimal): -11681798 or 16432973. OLE color: 16432973.

HSL color Cylindrical-coordinate representation of color #4DBFFA: hue angle of 200.46º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBFFA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 191 250 -
CMYK 0.69 0.24 0 0.02
HSL 200.46º 0.95% 0.64% -
HSV(B) 200.46º 0.69% 0.98% -
XYZ 38.95 45.74 97.22 -
YUV 163.64 176.73 66.2 -
System Red Green Blue C M Y K H S L
Decimal 77 191 250 0.69 0.24 0 0.02 200.46 0.95 0.64
Hex 4D BF FA 45 18 0 2 C8 5F 40
Octal 115 277 372 105 30 0 2 310 137 100
Binary 1001101 10111111 11111010 1000101 11000 0 10 11001000 1011111 1000000

Color Harmonies of #4DBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBFFA

Black with #4DBFFA

Text Example


Text Example

White with #4DBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DBFFA; }

 p { color: rgb(77,191,250); }

 H1.HeaderClassName
 {
   color: #4DBFFA;
 }
 .AnyTagClassName
 {
   color: #4DBFFA;
 }
</style>

background-color css

<style>
 a { background-color: #4DBFFA; }

 a { background-color: rgb(77,191,250); }

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

border-color css

<style>
 span { border-color: #4DBFFA; }

 span { border-color: rgb(77,191,250); }

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