Html Css Color HEX #7ABFEF Maya Blue

📋 copy color: '#7ABFEF'

red 122 ◦ green 191 ◦ blue 239

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

Shades of Maya Blue #7ABFEF

Tints of Maya Blue #7ABFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 22.1%
G = 34.6%
B = 43.3%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7ABFEF (or 0x7ABFEF) is known color: Maya Blue. HEX triplet: 7A, BF and EF. RGB value is (122,191,239). Sum of RGB (Red+Green+Blue) = 122+191+239=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #7ABFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABFEF is #854010. Grayscale: #AFAFAF. Windows color (decimal): -8732689 or 15712122. OLE color: 15712122.

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

Color convert

RGB 122 191 239 -
CMYK 0.49 0.20 0 0.06
HSL 204.62º 0.79% 0.71% -
HSV(B) 204.62º 0.49% 0.94% -
XYZ 42.24 47.63 88.63 -
YUV 175.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 122 191 239 0.49 0.20 0 0.06 204.62 0.79 0.71
Hex 7A BF EF 31 14 0 6 CD 4F 47
Octal 172 277 357 61 24 0 6 315 117 107
Binary 1111010 10111111 11101111 110001 10100 0 110 11001101 1001111 1000111

Color Harmonies of #7ABFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABFEF

Black with #7ABFEF

Text Example


Text Example

White with #7ABFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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