Html Css Color HEX #7FBBFD Maya Blue

📋 copy color: '#7FBBFD'

red 127 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #7FBBFD

Tints of Maya Blue #7FBBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.98%

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

R = 22.4%
G = 32.98%
B = 44.62%

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

#7FBBFD (or 0x7FBBFD) is known color: Maya Blue. HEX triplet: 7F, BB and FD. RGB value is (127,187,253). Sum of RGB (Red+Green+Blue) = 127+187+253=567 (75% of max value = 765). Red value is 127 (50% from 255 or 22.40% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FBBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBBFD is #804402. Grayscale: #B0B0B0. Windows color (decimal): -8406019 or 16628607. OLE color: 16628607.

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

Color convert

RGB 127 187 253 -
CMYK 0.50 0.26 0 0.01
HSL 211.43º 0.97% 0.75% -
HSV(B) 211.43º 0.5% 0.99% -
XYZ 44.25 47.14 99.7 -
YUV 176.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 127 187 253 0.50 0.26 0 0.01 211.43 0.97 0.75
Hex 7F BB FD 32 1A 0 1 D3 61 4B
Octal 177 273 375 62 32 0 1 323 141 113
Binary 1111111 10111011 11111101 110010 11010 0 1 11010011 1100001 1001011

Color Harmonies of #7FBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBFD

Black with #7FBBFD

Text Example


Text Example

White with #7FBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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