Html Css Color HEX #4DC2EB Malibu

📋 copy color: '#4DC2EB'

red 77 ◦ green 194 ◦ blue 235

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

Shades of Malibu #4DC2EB

Tints of Malibu #4DC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 15.22%
G = 38.34%
B = 46.44%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DC2EB (or 0x4DC2EB) is known color: Malibu. HEX triplet: 4D, C2 and EB. RGB value is (77,194,235). Sum of RGB (Red+Green+Blue) = 77+194+235=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC2EB is #B23D14. Grayscale: #A3A3A3. Windows color (decimal): -11681045 or 15450701. OLE color: 15450701.

HSL color Cylindrical-coordinate representation of color #4DC2EB: hue angle of 195.57º degrees, saturation: 0.8, 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 #4DC2EB is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 194 235 -
CMYK 0.67 0.17 0 0.08
HSL 195.57º 0.8% 0.61% -
HSV(B) 195.57º 0.67% 0.92% -
XYZ 37.35 46.16 85.54 -
YUV 163.69 168.24 66.17 -
System Red Green Blue C M Y K H S L
Decimal 77 194 235 0.67 0.17 0 0.08 195.57 0.8 0.61
Hex 4D C2 EB 43 11 0 8 C4 50 3D
Octal 115 302 353 103 21 0 10 304 120 75
Binary 1001101 11000010 11101011 1000011 10001 0 1000 11000100 1010000 111101

Color Harmonies of #4DC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC2EB

Black with #4DC2EB

Text Example


Text Example

White with #4DC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,194,235); }

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

background-color css

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

 a { background-color: rgb(77,194,235); }

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

border-color css

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

 span { border-color: rgb(77,194,235); }

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