Html Css Color HEX #7FBEFD Maya Blue

📋 copy color: '#7FBEFD'

red 127 ◦ green 190 ◦ blue 253

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

Shades of Maya Blue #7FBEFD

Tints of Maya Blue #7FBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 22.28%
G = 33.33%
B = 44.39%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FBEFD (or 0x7FBEFD) is known color: Maya Blue. HEX triplet: 7F, BE and FD. RGB value is (127,190,253). Sum of RGB (Red+Green+Blue) = 127+190+253=570 (75% of max value = 765). Red value is 127 (50% from 255 or 22.28% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBEFD is #804102. Grayscale: #B2B2B2. Windows color (decimal): -8405251 or 16629375. OLE color: 16629375.

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

Color convert

RGB 127 190 253 -
CMYK 0.50 0.25 0 0.01
HSL 210º 0.97% 0.75% -
HSV(B) 210º 0.5% 0.99% -
XYZ 44.9 48.43 99.91 -
YUV 178.35 170.13 91.38 -
System Red Green Blue C M Y K H S L
Decimal 127 190 253 0.50 0.25 0 0.01 210 0.97 0.75
Hex 7F BE FD 32 19 0 1 D2 61 4B
Octal 177 276 375 62 31 0 1 322 141 113
Binary 1111111 10111110 11111101 110010 11001 0 1 11010010 1100001 1001011

Color Harmonies of #7FBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEFD

Black with #7FBEFD

Text Example


Text Example

White with #7FBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,253); }

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

background-color css

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

 a { background-color: rgb(127,190,253); }

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

border-color css

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

 span { border-color: rgb(127,190,253); }

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