Html Css Color HEX #7AB8FC Maya Blue

📋 copy color: '#7AB8FC'

red 122 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #7AB8FC

Tints of Maya Blue #7AB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.97%

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

R = 21.86%
G = 32.97%
B = 45.16%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7AB8FC (or 0x7AB8FC) is known color: Maya Blue. HEX triplet: 7A, B8 and FC. RGB value is (122,184,252). Sum of RGB (Red+Green+Blue) = 122+184+252=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #7AB8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB8FC is #854703. Grayscale: #ACACAC. Windows color (decimal): -8734468 or 16562298. OLE color: 16562298.

HSL color Cylindrical-coordinate representation of color #7AB8FC: hue angle of 211.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AB8FC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 184 252 -
CMYK 0.52 0.27 0 0.01
HSL 211.38º 0.96% 0.73% -
HSV(B) 211.38º 0.52% 0.99% -
XYZ 42.74 45.45 98.62 -
YUV 173.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 122 184 252 0.52 0.27 0 0.01 211.38 0.96 0.73
Hex 7A B8 FC 34 1B 0 1 D3 60 49
Octal 172 270 374 64 33 0 1 323 140 111
Binary 1111010 10111000 11111100 110100 11011 0 1 11010011 1100000 1001001

Color Harmonies of #7AB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB8FC

Black with #7AB8FC

Text Example


Text Example

White with #7AB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,184,252); }

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

background-color css

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

 a { background-color: rgb(122,184,252); }

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

border-color css

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

 span { border-color: rgb(122,184,252); }

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