Html Css Color HEX #7FB8FC Maya Blue

📋 copy color: '#7FB8FC'

red 127 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #7FB8FC

Tints of Maya Blue #7FB8FC

RGB

 RED value IS 127 (50% from 255) = 22.56%

 GREEN value IS 184 (72.27% from 255) = 32.68%

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 22.56%
G = 32.68%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FB8FC (or 0x7FB8FC) is known color: Maya Blue. HEX triplet: 7F, B8 and FC. RGB value is (127,184,252). Sum of RGB (Red+Green+Blue) = 127+184+252=563 (74% of max value = 765). Red value is 127 (50% from 255 or 22.56% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FB8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB8FC is #804703. Grayscale: #AEAEAE. Windows color (decimal): -8406788 or 16562303. OLE color: 16562303.

HSL color Cylindrical-coordinate representation of color #7FB8FC: hue angle of 212.64º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FB8FC is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 184 252 -
CMYK 0.50 0.27 0 0.01
HSL 212.64º 0.95% 0.74% -
HSV(B) 212.64º 0.5% 0.99% -
XYZ 43.46 45.82 98.65 -
YUV 174.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 127 184 252 0.50 0.27 0 0.01 212.64 0.95 0.74
Hex 7F B8 FC 32 1B 0 1 D5 5F 4A
Octal 177 270 374 62 33 0 1 325 137 112
Binary 1111111 10111000 11111100 110010 11011 0 1 11010101 1011111 1001010

Color Harmonies of #7FB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB8FC

Black with #7FB8FC

Text Example


Text Example

White with #7FB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB8FC; }

 p { color: rgb(127,184,252); }

 H1.HeaderClassName
 {
   color: #7FB8FC;
 }
 .AnyTagClassName
 {
   color: #7FB8FC;
 }
</style>

background-color css

<style>
 a { background-color: #7FB8FC; }

 a { background-color: rgb(127,184,252); }

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

border-color css

<style>
 span { border-color: #7FB8FC; }

 span { border-color: rgb(127,184,252); }

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