Html Css Color HEX #4CBAFA Malibu

📋 copy color: '#4CBAFA'

red 76 ◦ green 186 ◦ blue 250

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

Shades of Malibu #4CBAFA

Tints of Malibu #4CBAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 14.84%
G = 36.33%
B = 48.83%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CBAFA (or 0x4CBAFA) is known color: Malibu. HEX triplet: 4C, BA and FA. RGB value is (76,186,250). Sum of RGB (Red+Green+Blue) = 76+186+250=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CBAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFA is #B34505. Grayscale: #A0A0A0. Windows color (decimal): -11748614 or 16431692. OLE color: 16431692.

HSL color Cylindrical-coordinate representation of color #4CBAFA: hue angle of 202.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBAFA is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 186 250 -
CMYK 0.70 0.26 0 0.02
HSL 202.07º 0.95% 0.64% -
HSV(B) 202.07º 0.7% 0.98% -
XYZ 37.79 43.56 96.86 -
YUV 160.41 178.56 67.8 -
System Red Green Blue C M Y K H S L
Decimal 76 186 250 0.70 0.26 0 0.02 202.07 0.95 0.64
Hex 4C BA FA 46 1A 0 2 CA 5F 40
Octal 114 272 372 106 32 0 2 312 137 100
Binary 1001100 10111010 11111010 1000110 11010 0 10 11001010 1011111 1000000

Color Harmonies of #4CBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBAFA

Black with #4CBAFA

Text Example


Text Example

White with #4CBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,186,250); }

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

background-color css

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

 a { background-color: rgb(76,186,250); }

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

border-color css

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

 span { border-color: rgb(76,186,250); }

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