Html Css Color HEX #7DB5FC Maya Blue

📋 copy color: '#7DB5FC'

red 125 ◦ green 181 ◦ blue 252

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

Shades of Maya Blue #7DB5FC

Tints of Maya Blue #7DB5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.44%

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

R = 22.4%
G = 32.44%
B = 45.16%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DB5FC (or 0x7DB5FC) is known color: Maya Blue. HEX triplet: 7D, B5 and FC. RGB value is (125,181,252). Sum of RGB (Red+Green+Blue) = 125+181+252=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB5FC is #824A03. Grayscale: #ACACAC. Windows color (decimal): -8538628 or 16561533. OLE color: 16561533.

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

Color convert

RGB 125 181 252 -
CMYK 0.50 0.28 0 0.01
HSL 213.54º 0.95% 0.74% -
HSV(B) 213.54º 0.5% 0.99% -
XYZ 42.55 44.44 98.43 -
YUV 172.35 172.95 94.23 -
System Red Green Blue C M Y K H S L
Decimal 125 181 252 0.50 0.28 0 0.01 213.54 0.95 0.74
Hex 7D B5 FC 32 1C 0 1 D6 5F 4A
Octal 175 265 374 62 34 0 1 326 137 112
Binary 1111101 10110101 11111100 110010 11100 0 1 11010110 1011111 1001010

Color Harmonies of #7DB5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB5FC

Black with #7DB5FC

Text Example


Text Example

White with #7DB5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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