Html Css Color HEX #7FBEEB Maya Blue

📋 copy color: '#7FBEEB'

red 127 ◦ green 190 ◦ blue 235

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

Shades of Maya Blue #7FBEEB

Tints of Maya Blue #7FBEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 23.01%
G = 34.42%
B = 42.57%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FBEEB (or 0x7FBEEB) is known color: Maya Blue. HEX triplet: 7F, BE and EB. RGB value is (127,190,235). Sum of RGB (Red+Green+Blue) = 127+190+235=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBEEB is #804114. Grayscale: #B0B0B0. Windows color (decimal): -8405269 or 15449727. OLE color: 15449727.

HSL color Cylindrical-coordinate representation of color #7FBEEB: hue angle of 205º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBEEB is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 190 235 -
CMYK 0.46 0.19 0 0.08
HSL 205º 0.73% 0.71% -
HSV(B) 205º 0.46% 0.92% -
XYZ 42.16 47.34 85.51 -
YUV 176.29 161.13 92.84 -
System Red Green Blue C M Y K H S L
Decimal 127 190 235 0.46 0.19 0 0.08 205 0.73 0.71
Hex 7F BE EB 2E 13 0 8 CD 49 47
Octal 177 276 353 56 23 0 10 315 111 107
Binary 1111111 10111110 11101011 101110 10011 0 1000 11001101 1001001 1000111

Color Harmonies of #7FBEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEEB

Black with #7FBEEB

Text Example


Text Example

White with #7FBEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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