Html Css Color HEX #4CBFF8 Malibu

📋 copy color: '#4CBFF8'

red 76 ◦ green 191 ◦ blue 248

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

Shades of Malibu #4CBFF8

Tints of Malibu #4CBFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 14.76%
G = 37.09%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4CBFF8 (or 0x4CBFF8) is known color: Malibu. HEX triplet: 4C, BF and F8. RGB value is (76,191,248). Sum of RGB (Red+Green+Blue) = 76+191+248=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #4CBFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFF8 is #B34007. Grayscale: #A2A2A2. Windows color (decimal): -11747336 or 16301900. OLE color: 16301900.

HSL color Cylindrical-coordinate representation of color #4CBFF8: hue angle of 199.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CBFF8 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 191 248 -
CMYK 0.69 0.23 0 0.03
HSL 199.88º 0.92% 0.64% -
HSV(B) 199.88º 0.69% 0.97% -
XYZ 38.55 45.58 95.57 -
YUV 163.11 175.9 65.87 -
System Red Green Blue C M Y K H S L
Decimal 76 191 248 0.69 0.23 0 0.03 199.88 0.92 0.64
Hex 4C BF F8 45 17 0 3 C8 5C 40
Octal 114 277 370 105 27 0 3 310 134 100
Binary 1001100 10111111 11111000 1000101 10111 0 11 11001000 1011100 1000000

Color Harmonies of #4CBFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBFF8

Black with #4CBFF8

Text Example


Text Example

White with #4CBFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,248); }

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

background-color css

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

 a { background-color: rgb(76,191,248); }

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

border-color css

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

 span { border-color: rgb(76,191,248); }

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