Html Css Color HEX #7ABFEE Maya Blue

📋 copy color: '#7ABFEE'

red 122 ◦ green 191 ◦ blue 238

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

Shades of Maya Blue #7ABFEE

Tints of Maya Blue #7ABFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.66%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 22.14%
G = 34.66%
B = 43.19%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7ABFEE (or 0x7ABFEE) is known color: Maya Blue. HEX triplet: 7A, BF and EE. RGB value is (122,191,238). Sum of RGB (Red+Green+Blue) = 122+191+238=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #7ABFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFEE is #854011. Grayscale: #AFAFAF. Windows color (decimal): -8732690 or 15646586. OLE color: 15646586.

HSL color Cylindrical-coordinate representation of color #7ABFEE: hue angle of 204.31º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ABFEE is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 191 238 -
CMYK 0.49 0.20 0 0.07
HSL 204.31º 0.77% 0.71% -
HSV(B) 204.31º 0.49% 0.93% -
XYZ 42.09 47.57 87.85 -
YUV 175.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 122 191 238 0.49 0.20 0 0.07 204.31 0.77 0.71
Hex 7A BF EE 31 14 0 7 CC 4D 47
Octal 172 277 356 61 24 0 7 314 115 107
Binary 1111010 10111111 11101110 110001 10100 0 111 11001100 1001101 1000111

Color Harmonies of #7ABFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFEE

Black with #7ABFEE

Text Example


Text Example

White with #7ABFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,191,238); }

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

background-color css

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

 a { background-color: rgb(122,191,238); }

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

border-color css

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

 span { border-color: rgb(122,191,238); }

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