Html Css Color HEX #4CCBEF Malibu

📋 copy color: '#4CCBEF'

red 76 ◦ green 203 ◦ blue 239

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

Shades of Malibu #4CCBEF

Tints of Malibu #4CCBEF

RGB

 RED value IS 76 (30.08% from 255) = 14.67%

 GREEN value IS 203 (79.69% from 255) = 39.19%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 14.67%
G = 39.19%
B = 46.14%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4CCBEF (or 0x4CCBEF) is known color: Malibu. HEX triplet: 4C, CB and EF. RGB value is (76,203,239). Sum of RGB (Red+Green+Blue) = 76+203+239=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CCBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBEF is #B33410. Grayscale: #A8A8A8. Windows color (decimal): -11744273 or 15715148. OLE color: 15715148.

HSL color Cylindrical-coordinate representation of color #4CCBEF: hue angle of 193.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCBEF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 203 239 -
CMYK 0.68 0.15 0 0.06
HSL 193.25º 0.84% 0.62% -
HSV(B) 193.25º 0.68% 0.94% -
XYZ 39.92 50.48 89.3 -
YUV 169.13 167.42 61.57 -
System Red Green Blue C M Y K H S L
Decimal 76 203 239 0.68 0.15 0 0.06 193.25 0.84 0.62
Hex 4C CB EF 44 F 0 6 C1 54 3E
Octal 114 313 357 104 17 0 6 301 124 76
Binary 1001100 11001011 11101111 1000100 1111 0 110 11000001 1010100 111110

Color Harmonies of #4CCBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBEF

Black with #4CCBEF

Text Example


Text Example

White with #4CCBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,203,239); }

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

background-color css

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

 a { background-color: rgb(76,203,239); }

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

border-color css

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

 span { border-color: rgb(76,203,239); }

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