Html Css Color HEX #7DB0FB Maya Blue

📋 copy color: '#7DB0FB'

red 125 ◦ green 176 ◦ blue 251

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

Shades of Maya Blue #7DB0FB

Tints of Maya Blue #7DB0FB

RGB

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

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

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

R = 22.64%
G = 31.88%
B = 45.47%

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

#7DB0FB (or 0x7DB0FB) is known color: Maya Blue. HEX triplet: 7D, B0 and FB. RGB value is (125,176,251). Sum of RGB (Red+Green+Blue) = 125+176+251=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB0FB is #824F04. Grayscale: #A8A8A8. Windows color (decimal): -8539909 or 16494717. OLE color: 16494717.

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

Color convert

RGB 125 176 251 -
CMYK 0.50 0.30 0 0.02
HSL 215.71º 0.94% 0.74% -
HSV(B) 215.71º 0.5% 0.98% -
XYZ 41.4 42.38 97.26 -
YUV 169.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 125 176 251 0.50 0.30 0 0.02 215.71 0.94 0.74
Hex 7D B0 FB 32 1E 0 2 D8 5E 4A
Octal 175 260 373 62 36 0 2 330 136 112
Binary 1111101 10110000 11111011 110010 11110 0 10 11011000 1011110 1001010

Color Harmonies of #7DB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB0FB

Black with #7DB0FB

Text Example


Text Example

White with #7DB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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