Html Css Color HEX #7DB4FB Maya Blue

📋 copy color: '#7DB4FB'

red 125 ◦ green 180 ◦ blue 251

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

Shades of Maya Blue #7DB4FB

Tints of Maya Blue #7DB4FB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 22.48%
G = 32.37%
B = 45.14%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DB4FB (or 0x7DB4FB) is known color: Maya Blue. HEX triplet: 7D, B4 and FB. RGB value is (125,180,251). Sum of RGB (Red+Green+Blue) = 125+180+251=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB4FB is #824B04. Grayscale: #ABABAB. Windows color (decimal): -8538885 or 16495741. OLE color: 16495741.

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

Color convert

RGB 125 180 251 -
CMYK 0.50 0.28 0 0.02
HSL 213.81º 0.94% 0.74% -
HSV(B) 213.81º 0.5% 0.98% -
XYZ 42.19 43.97 97.53 -
YUV 171.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 125 180 251 0.50 0.28 0 0.02 213.81 0.94 0.74
Hex 7D B4 FB 32 1C 0 2 D6 5E 4A
Octal 175 264 373 62 34 0 2 326 136 112
Binary 1111101 10110100 11111011 110010 11100 0 10 11010110 1011110 1001010

Color Harmonies of #7DB4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4FB

Black with #7DB4FB

Text Example


Text Example

White with #7DB4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,251); }

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

background-color css

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

 a { background-color: rgb(125,180,251); }

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

border-color css

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

 span { border-color: rgb(125,180,251); }

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