Html Css Color HEX #4FAEFA Malibu

📋 copy color: '#4FAEFA'

red 79 ◦ green 174 ◦ blue 250

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

Shades of Malibu #4FAEFA

Tints of Malibu #4FAEFA

RGB

 RED value IS 79 (31.25% from 255) = 15.71%

 GREEN value IS 174 (68.36% from 255) = 34.59%

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

R = 15.71%
G = 34.59%
B = 49.7%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FAEFA (or 0x4FAEFA) is known color: Malibu. HEX triplet: 4F, AE and FA. RGB value is (79,174,250). Sum of RGB (Red+Green+Blue) = 79+174+250=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEFA is #B05105. Grayscale: #999999. Windows color (decimal): -11555078 or 16428623. OLE color: 16428623.

HSL color Cylindrical-coordinate representation of color #4FAEFA: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FAEFA is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 174 250 -
CMYK 0.68 0.30 0 0.02
HSL 206.67º 0.94% 0.65% -
HSV(B) 206.67º 0.68% 0.98% -
XYZ 35.62 38.84 96.06 -
YUV 154.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 79 174 250 0.68 0.30 0 0.02 206.67 0.94 0.65
Hex 4F AE FA 44 1E 0 2 CF 5E 41
Octal 117 256 372 104 36 0 2 317 136 101
Binary 1001111 10101110 11111010 1000100 11110 0 10 11001111 1011110 1000001

Color Harmonies of #4FAEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEFA

Black with #4FAEFA

Text Example


Text Example

White with #4FAEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,174,250); }

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

background-color css

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

 a { background-color: rgb(79,174,250); }

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

border-color css

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

 span { border-color: rgb(79,174,250); }

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