Html Css Color HEX #7FBAFC Maya Blue

📋 copy color: '#7FBAFC'

red 127 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #7FBAFC

Tints of Maya Blue #7FBAFC

RGB

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

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

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

R = 22.48%
G = 32.92%
B = 44.6%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FBAFC (or 0x7FBAFC) is known color: Maya Blue. HEX triplet: 7F, BA and FC. RGB value is (127,186,252). Sum of RGB (Red+Green+Blue) = 127+186+252=565 (74% of max value = 765). Red value is 127 (50% from 255 or 22.48% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAFC is #804503. Grayscale: #AFAFAF. Windows color (decimal): -8406276 or 16562815. OLE color: 16562815.

HSL color Cylindrical-coordinate representation of color #7FBAFC: hue angle of 211.68º 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 #7FBAFC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 186 252 -
CMYK 0.50 0.26 0 0.01
HSL 211.68º 0.95% 0.74% -
HSV(B) 211.68º 0.5% 0.99% -
XYZ 43.88 46.66 98.79 -
YUV 175.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 127 186 252 0.50 0.26 0 0.01 211.68 0.95 0.74
Hex 7F BA FC 32 1A 0 1 D4 5F 4A
Octal 177 272 374 62 32 0 1 324 137 112
Binary 1111111 10111010 11111100 110010 11010 0 1 11010100 1011111 1001010

Color Harmonies of #7FBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBAFC

Black with #7FBAFC

Text Example


Text Example

White with #7FBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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