Html Css Color HEX #4FCAFF Maya Blue

📋 copy color: '#4FCAFF'

red 79 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #4FCAFF

Tints of Maya Blue #4FCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

 BLUE value IS 255 (100% from 255) = 47.57%

R = 14.74%
G = 37.69%
B = 47.57%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FCAFF (or 0x4FCAFF) is known color: Maya Blue. HEX triplet: 4F, CA and FF. RGB value is (79,202,255). Sum of RGB (Red+Green+Blue) = 79+202+255=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAFF is #B03500. Grayscale: #AAAAAA. Windows color (decimal): -11547905 or 16763471. OLE color: 16763471.

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

Color convert

RGB 79 202 255 -
CMYK 0.69 0.21 0 0
HSL 198.07º 1% 0.65% -
HSV(B) 198.07º 0.69% 1% -
XYZ 42.39 51.12 102.24 -
YUV 171.27 175.25 62.19 -
System Red Green Blue C M Y K H S L
Decimal 79 202 255 0.69 0.21 0 0 198.07 1 0.65
Hex 4F CA FF 45 15 0 0 C6 64 41
Octal 117 312 377 105 25 0 0 306 144 101
Binary 1001111 11001010 11111111 1000101 10101 0 0 11000110 1100100 1000001

Color Harmonies of #4FCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCAFF

Black with #4FCAFF

Text Example


Text Example

White with #4FCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,202,255); }

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

background-color css

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

 a { background-color: rgb(79,202,255); }

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

border-color css

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

 span { border-color: rgb(79,202,255); }

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