Html Css Color HEX #7DBFFA Maya Blue

📋 copy color: '#7DBFFA'

red 125 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #7DBFFA

Tints of Maya Blue #7DBFFA

RGB

 RED value IS 125 (49.22% from 255) = 22.08%

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 22.08%
G = 33.75%
B = 44.17%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DBFFA (or 0x7DBFFA) is known color: Maya Blue. HEX triplet: 7D, BF and FA. RGB value is (125,191,250). Sum of RGB (Red+Green+Blue) = 125+191+250=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DBFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFFA is #824005. Grayscale: #B1B1B1. Windows color (decimal): -8536070 or 16433021. OLE color: 16433021.

HSL color Cylindrical-coordinate representation of color #7DBFFA: hue angle of 208.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBFFA is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 191 250 -
CMYK 0.50 0.24 0 0.02
HSL 208.32º 0.93% 0.74% -
HSV(B) 208.32º 0.5% 0.98% -
XYZ 44.34 48.52 97.47 -
YUV 177.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 125 191 250 0.50 0.24 0 0.02 208.32 0.93 0.74
Hex 7D BF FA 32 18 0 2 D0 5D 4A
Octal 175 277 372 62 30 0 2 320 135 112
Binary 1111101 10111111 11111010 110010 11000 0 10 11010000 1011101 1001010

Color Harmonies of #7DBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFFA

Black with #7DBFFA

Text Example


Text Example

White with #7DBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,191,250); }

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

background-color css

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

 a { background-color: rgb(125,191,250); }

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

border-color css

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

 span { border-color: rgb(125,191,250); }

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