Html Css Color HEX #7DB6FB Maya Blue

📋 copy color: '#7DB6FB'

red 125 ◦ green 182 ◦ blue 251

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

Shades of Maya Blue #7DB6FB

Tints of Maya Blue #7DB6FB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.62%

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

R = 22.4%
G = 32.62%
B = 44.98%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DB6FB (or 0x7DB6FB) is known color: Maya Blue. HEX triplet: 7D, B6 and FB. RGB value is (125,182,251). Sum of RGB (Red+Green+Blue) = 125+182+251=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB6FB is #824904. Grayscale: #ACACAC. Windows color (decimal): -8538373 or 16496253. OLE color: 16496253.

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

Color convert

RGB 125 182 251 -
CMYK 0.50 0.27 0 0.02
HSL 212.86º 0.94% 0.74% -
HSV(B) 212.86º 0.5% 0.98% -
XYZ 42.6 44.78 97.67 -
YUV 172.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 125 182 251 0.50 0.27 0 0.02 212.86 0.94 0.74
Hex 7D B6 FB 32 1B 0 2 D5 5E 4A
Octal 175 266 373 62 33 0 2 325 136 112
Binary 1111101 10110110 11111011 110010 11011 0 10 11010101 1011110 1001010

Color Harmonies of #7DB6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB6FB

Black with #7DB6FB

Text Example


Text Example

White with #7DB6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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