Html Css Color HEX #4DBBFE Malibu

📋 copy color: '#4DBBFE'

red 77 ◦ green 187 ◦ blue 254

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

Shades of Malibu #4DBBFE

Tints of Malibu #4DBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 14.86%
G = 36.1%
B = 49.03%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4DBBFE (or 0x4DBBFE) is known color: Malibu. HEX triplet: 4D, BB and FE. RGB value is (77,187,254). Sum of RGB (Red+Green+Blue) = 77+187+254=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBBFE is #B24401. Grayscale: #A1A1A1. Windows color (decimal): -11682818 or 16694093. OLE color: 16694093.

HSL color Cylindrical-coordinate representation of color #4DBBFE: hue angle of 202.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBBFE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 77 187 254 -
CMYK 0.70 0.26 0 0.00
HSL 202.71º 0.99% 0.65% -
HSV(B) 202.71º 0.7% 1% -
XYZ 38.72 44.27 100.27 -
YUV 161.75 180.06 67.55 -
System Red Green Blue C M Y K H S L
Decimal 77 187 254 0.70 0.26 0 0.00 202.71 0.99 0.65
Hex 4D BB FE 46 1A 0 0 CB 63 41
Octal 115 273 376 106 32 0 0 313 143 101
Binary 1001101 10111011 11111110 1000110 11010 0 0 11001011 1100011 1000001

Color Harmonies of #4DBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBBFE

Black with #4DBBFE

Text Example


Text Example

White with #4DBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,187,254); }

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

background-color css

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

 a { background-color: rgb(77,187,254); }

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

border-color css

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

 span { border-color: rgb(77,187,254); }

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