Html Css Color HEX #7ABDF5 Maya Blue

📋 copy color: '#7ABDF5'

red 122 ◦ green 189 ◦ blue 245

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

Shades of Maya Blue #7ABDF5

Tints of Maya Blue #7ABDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 21.94%
G = 33.99%
B = 44.06%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7ABDF5 (or 0x7ABDF5) is known color: Maya Blue. HEX triplet: 7A, BD and F5. RGB value is (122,189,245). Sum of RGB (Red+Green+Blue) = 122+189+245=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #7ABDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDF5 is #85420A. Grayscale: #AFAFAF. Windows color (decimal): -8733195 or 16104826. OLE color: 16104826.

HSL color Cylindrical-coordinate representation of color #7ABDF5: hue angle of 207.32º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ABDF5 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 189 245 -
CMYK 0.50 0.23 0 0.04
HSL 207.32º 0.86% 0.72% -
HSV(B) 207.32º 0.5% 0.96% -
XYZ 42.71 47.13 93.23 -
YUV 175.35 167.3 89.95 -
System Red Green Blue C M Y K H S L
Decimal 122 189 245 0.50 0.23 0 0.04 207.32 0.86 0.72
Hex 7A BD F5 32 17 0 4 CF 56 48
Octal 172 275 365 62 27 0 4 317 126 110
Binary 1111010 10111101 11110101 110010 10111 0 100 11001111 1010110 1001000

Color Harmonies of #7ABDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDF5

Black with #7ABDF5

Text Example


Text Example

White with #7ABDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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