Html Css Color HEX #7ABDEF Maya Blue

📋 copy color: '#7ABDEF'

red 122 ◦ green 189 ◦ blue 239

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

Shades of Maya Blue #7ABDEF

Tints of Maya Blue #7ABDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.36%

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

R = 22.18%
G = 34.36%
B = 43.45%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7ABDEF (or 0x7ABDEF) is known color: Maya Blue. HEX triplet: 7A, BD and EF. RGB value is (122,189,239). Sum of RGB (Red+Green+Blue) = 122+189+239=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #7ABDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDEF is #854210. Grayscale: #AEAEAE. Windows color (decimal): -8733201 or 15711610. OLE color: 15711610.

HSL color Cylindrical-coordinate representation of color #7ABDEF: hue angle of 205.64º 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 #7ABDEF is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 122 189 239 -
CMYK 0.49 0.21 0 0.06
HSL 205.64º 0.79% 0.71% -
HSV(B) 205.64º 0.49% 0.94% -
XYZ 41.8 46.76 88.48 -
YUV 174.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 122 189 239 0.49 0.21 0 0.06 205.64 0.79 0.71
Hex 7A BD EF 31 15 0 6 CE 4F 47
Octal 172 275 357 61 25 0 6 316 117 107
Binary 1111010 10111101 11101111 110001 10101 0 110 11001110 1001111 1000111

Color Harmonies of #7ABDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDEF

Black with #7ABDEF

Text Example


Text Example

White with #7ABDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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