Html Css Color HEX #7DB1FC Maya Blue

📋 copy color: '#7DB1FC'

red 125 ◦ green 177 ◦ blue 252

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

Shades of Maya Blue #7DB1FC

Tints of Maya Blue #7DB1FC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 22.56%
G = 31.95%
B = 45.49%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DB1FC (or 0x7DB1FC) is known color: Maya Blue. HEX triplet: 7D, B1 and FC. RGB value is (125,177,252). Sum of RGB (Red+Green+Blue) = 125+177+252=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB1FC is #824E03. Grayscale: #A9A9A9. Windows color (decimal): -8539652 or 16560509. OLE color: 16560509.

HSL color Cylindrical-coordinate representation of color #7DB1FC: hue angle of 215.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB1FC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 177 252 -
CMYK 0.50 0.30 0 0.01
HSL 215.43º 0.95% 0.74% -
HSV(B) 215.43º 0.5% 0.99% -
XYZ 41.75 42.83 98.16 -
YUV 170 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 125 177 252 0.50 0.30 0 0.01 215.43 0.95 0.74
Hex 7D B1 FC 32 1E 0 1 D7 5F 4A
Octal 175 261 374 62 36 0 1 327 137 112
Binary 1111101 10110001 11111100 110010 11110 0 1 11010111 1011111 1001010

Color Harmonies of #7DB1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1FC

Black with #7DB1FC

Text Example


Text Example

White with #7DB1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,252); }

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

background-color css

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

 a { background-color: rgb(125,177,252); }

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

border-color css

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

 span { border-color: rgb(125,177,252); }

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