Html Css Color HEX #4CCBEB Malibu

📋 copy color: '#4CCBEB'

red 76 ◦ green 203 ◦ blue 235

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

Shades of Malibu #4CCBEB

Tints of Malibu #4CCBEB

RGB

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

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

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

R = 14.79%
G = 39.49%
B = 45.72%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4CCBEB (or 0x4CCBEB) is known color: Malibu. HEX triplet: 4C, CB and EB. RGB value is (76,203,235). Sum of RGB (Red+Green+Blue) = 76+203+235=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBEB is #B33414. Grayscale: #A8A8A8. Windows color (decimal): -11744277 or 15453004. OLE color: 15453004.

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

Color convert

RGB 76 203 235 -
CMYK 0.68 0.14 0 0.08
HSL 192.08º 0.8% 0.61% -
HSV(B) 192.08º 0.68% 0.92% -
XYZ 39.33 50.25 86.22 -
YUV 168.68 165.42 61.9 -
System Red Green Blue C M Y K H S L
Decimal 76 203 235 0.68 0.14 0 0.08 192.08 0.8 0.61
Hex 4C CB EB 44 E 0 8 C0 50 3D
Octal 114 313 353 104 16 0 10 300 120 75
Binary 1001100 11001011 11101011 1000100 1110 0 1000 11000000 1010000 111101

Color Harmonies of #4CCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCBEB

Black with #4CCBEB

Text Example


Text Example

White with #4CCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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