Html Css Color HEX #4DCAEE Malibu

📋 copy color: '#4DCAEE'

red 77 ◦ green 202 ◦ blue 238

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

Shades of Malibu #4DCAEE

Tints of Malibu #4DCAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

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

R = 14.89%
G = 39.07%
B = 46.03%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DCAEE (or 0x4DCAEE) is known color: Malibu. HEX triplet: 4D, CA and EE. RGB value is (77,202,238). Sum of RGB (Red+Green+Blue) = 77+202+238=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DCAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAEE is #B23511. Grayscale: #A8A8A8. Windows color (decimal): -11678994 or 15649357. OLE color: 15649357.

HSL color Cylindrical-coordinate representation of color #4DCAEE: hue angle of 193.42º 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 #4DCAEE is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 202 238 -
CMYK 0.68 0.15 0 0.07
HSL 193.42º 0.83% 0.62% -
HSV(B) 193.42º 0.68% 0.93% -
XYZ 39.61 49.99 88.45 -
YUV 168.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 77 202 238 0.68 0.15 0 0.07 193.42 0.83 0.62
Hex 4D CA EE 44 F 0 7 C1 53 3E
Octal 115 312 356 104 17 0 7 301 123 76
Binary 1001101 11001010 11101110 1000100 1111 0 111 11000001 1010011 111110

Color Harmonies of #4DCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAEE

Black with #4DCAEE

Text Example


Text Example

White with #4DCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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