Html Css Color HEX #4FBFFE Maya Blue

📋 copy color: '#4FBFFE'

red 79 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #4FBFFE

Tints of Maya Blue #4FBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 15.08%
G = 36.45%
B = 48.47%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4FBFFE (or 0x4FBFFE) is known color: Maya Blue. HEX triplet: 4F, BF and FE. RGB value is (79,191,254). Sum of RGB (Red+Green+Blue) = 79+191+254=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFFE is #B04001. Grayscale: #A4A4A4. Windows color (decimal): -11550722 or 16695119. OLE color: 16695119.

HSL color Cylindrical-coordinate representation of color #4FBFFE: hue angle of 201.6º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBFFE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 191 254 -
CMYK 0.69 0.25 0 0.00
HSL 201.6º 0.99% 0.65% -
HSV(B) 201.6º 0.69% 1% -
XYZ 39.74 46.08 100.57 -
YUV 164.69 178.39 66.88 -
System Red Green Blue C M Y K H S L
Decimal 79 191 254 0.69 0.25 0 0.00 201.6 0.99 0.65
Hex 4F BF FE 45 19 0 0 CA 63 41
Octal 117 277 376 105 31 0 0 312 143 101
Binary 1001111 10111111 11111110 1000101 11001 0 0 11001010 1100011 1000001

Color Harmonies of #4FBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFFE

Black with #4FBFFE

Text Example


Text Example

White with #4FBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,191,254); }

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

background-color css

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

 a { background-color: rgb(79,191,254); }

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

border-color css

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

 span { border-color: rgb(79,191,254); }

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