Html Css Color HEX #7ABEFE Maya Blue

📋 copy color: '#7ABEFE'

red 122 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #7ABEFE

Tints of Maya Blue #7ABEFE

RGB

 RED value IS 122 (48.05% from 255) = 21.55%

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 21.55%
G = 33.57%
B = 44.88%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7ABEFE (or 0x7ABEFE) is known color: Maya Blue. HEX triplet: 7A, BE and FE. RGB value is (122,190,254). Sum of RGB (Red+Green+Blue) = 122+190+254=566 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.55% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ABEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABEFE is #854101. Grayscale: #B0B0B0. Windows color (decimal): -8732930 or 16694906. OLE color: 16694906.

HSL color Cylindrical-coordinate representation of color #7ABEFE: hue angle of 209.09º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ABEFE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 190 254 -
CMYK 0.52 0.25 0 0.00
HSL 209.09º 0.99% 0.74% -
HSV(B) 209.09º 0.52% 1% -
XYZ 44.33 48.12 100.72 -
YUV 176.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 122 190 254 0.52 0.25 0 0.00 209.09 0.99 0.74
Hex 7A BE FE 34 19 0 0 D1 63 4A
Octal 172 276 376 64 31 0 0 321 143 112
Binary 1111010 10111110 11111110 110100 11001 0 0 11010001 1100011 1001010

Color Harmonies of #7ABEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEFE

Black with #7ABEFE

Text Example


Text Example

White with #7ABEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,190,254); }

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

background-color css

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

 a { background-color: rgb(122,190,254); }

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

border-color css

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

 span { border-color: rgb(122,190,254); }

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