Html Css Color HEX #4DC8EE Malibu

📋 copy color: '#4DC8EE'

red 77 ◦ green 200 ◦ blue 238

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

Shades of Malibu #4DC8EE

Tints of Malibu #4DC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.83%

 BLUE value IS 238 (93.36% from 255) = 46.21%

R = 14.95%
G = 38.83%
B = 46.21%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DC8EE (or 0x4DC8EE) is known color: Malibu. HEX triplet: 4D, C8 and EE. RGB value is (77,200,238). Sum of RGB (Red+Green+Blue) = 77+200+238=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DC8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC8EE is #B23711. Grayscale: #A7A7A7. Windows color (decimal): -11679506 or 15648845. OLE color: 15648845.

HSL color Cylindrical-coordinate representation of color #4DC8EE: hue angle of 194.16º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC8EE is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 200 238 -
CMYK 0.68 0.16 0 0.07
HSL 194.16º 0.83% 0.62% -
HSV(B) 194.16º 0.68% 0.93% -
XYZ 39.15 49.06 88.3 -
YUV 167.56 167.75 63.41 -
System Red Green Blue C M Y K H S L
Decimal 77 200 238 0.68 0.16 0 0.07 194.16 0.83 0.62
Hex 4D C8 EE 44 10 0 7 C2 53 3E
Octal 115 310 356 104 20 0 7 302 123 76
Binary 1001101 11001000 11101110 1000100 10000 0 111 11000010 1010011 111110

Color Harmonies of #4DC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC8EE

Black with #4DC8EE

Text Example


Text Example

White with #4DC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,200,238); }

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

background-color css

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

 a { background-color: rgb(77,200,238); }

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

border-color css

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

 span { border-color: rgb(77,200,238); }

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