Html Css Color HEX #4DC8EA Malibu

📋 copy color: '#4DC8EA'

red 77 ◦ green 200 ◦ blue 234

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

Shades of Malibu #4DC8EA

Tints of Malibu #4DC8EA

RGB

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

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

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

R = 15.07%
G = 39.14%
B = 45.79%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DC8EA (or 0x4DC8EA) is known color: Malibu. HEX triplet: 4D, C8 and EA. RGB value is (77,200,234). Sum of RGB (Red+Green+Blue) = 77+200+234=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DC8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC8EA is #B23715. Grayscale: #A6A6A6. Windows color (decimal): -11679510 or 15386701. OLE color: 15386701.

HSL color Cylindrical-coordinate representation of color #4DC8EA: hue angle of 192.99º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DC8EA is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 200 234 -
CMYK 0.67 0.15 0 0.08
HSL 192.99º 0.79% 0.61% -
HSV(B) 192.99º 0.67% 0.92% -
XYZ 38.57 48.83 85.23 -
YUV 167.1 165.75 63.74 -
System Red Green Blue C M Y K H S L
Decimal 77 200 234 0.67 0.15 0 0.08 192.99 0.79 0.61
Hex 4D C8 EA 43 F 0 8 C1 4F 3D
Octal 115 310 352 103 17 0 10 301 117 75
Binary 1001101 11001000 11101010 1000011 1111 0 1000 11000001 1001111 111101

Color Harmonies of #4DC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC8EA

Black with #4DC8EA

Text Example


Text Example

White with #4DC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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