Html Css Color HEX #7DB0FA Maya Blue

📋 copy color: '#7DB0FA'

red 125 ◦ green 176 ◦ blue 250

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

Shades of Maya Blue #7DB0FA

Tints of Maya Blue #7DB0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

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

R = 22.69%
G = 31.94%
B = 45.37%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DB0FA (or 0x7DB0FA) is known color: Maya Blue. HEX triplet: 7D, B0 and FA. RGB value is (125,176,250). Sum of RGB (Red+Green+Blue) = 125+176+250=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB0FA is #824F05. Grayscale: #A8A8A8. Windows color (decimal): -8539910 or 16429181. OLE color: 16429181.

HSL color Cylindrical-coordinate representation of color #7DB0FA: hue angle of 215.52º 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 #7DB0FA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 176 250 -
CMYK 0.50 0.30 0 0.02
HSL 215.52º 0.93% 0.74% -
HSV(B) 215.52º 0.5% 0.98% -
XYZ 41.24 42.31 96.44 -
YUV 169.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 125 176 250 0.50 0.30 0 0.02 215.52 0.93 0.74
Hex 7D B0 FA 32 1E 0 2 D8 5D 4A
Octal 175 260 372 62 36 0 2 330 135 112
Binary 1111101 10110000 11111010 110010 11110 0 10 11011000 1011101 1001010

Color Harmonies of #7DB0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB0FA

Black with #7DB0FA

Text Example


Text Example

White with #7DB0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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