Html Css Color HEX #7ABDF1 Maya Blue

📋 copy color: '#7ABDF1'

red 122 ◦ green 189 ◦ blue 241

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

Shades of Maya Blue #7ABDF1

Tints of Maya Blue #7ABDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 22.1%
G = 34.24%
B = 43.66%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7ABDF1 (or 0x7ABDF1) is known color: Maya Blue. HEX triplet: 7A, BD and F1. RGB value is (122,189,241). Sum of RGB (Red+Green+Blue) = 122+189+241=552 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.10% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #7ABDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABDF1 is #85420E. Grayscale: #AEAEAE. Windows color (decimal): -8733199 or 15842682. OLE color: 15842682.

HSL color Cylindrical-coordinate representation of color #7ABDF1: hue angle of 206.22º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7ABDF1 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 189 241 -
CMYK 0.49 0.22 0 0.05
HSL 206.22º 0.81% 0.71% -
HSV(B) 206.22º 0.49% 0.95% -
XYZ 42.1 46.88 90.05 -
YUV 174.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 122 189 241 0.49 0.22 0 0.05 206.22 0.81 0.71
Hex 7A BD F1 31 16 0 5 CE 51 47
Octal 172 275 361 61 26 0 5 316 121 107
Binary 1111010 10111101 11110001 110001 10110 0 101 11001110 1010001 1000111

Color Harmonies of #7ABDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABDF1

Black with #7ABDF1

Text Example


Text Example

White with #7ABDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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