Html Css Color HEX #7DB9FC Maya Blue

📋 copy color: '#7DB9FC'

red 125 ◦ green 185 ◦ blue 252

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

Shades of Maya Blue #7DB9FC

Tints of Maya Blue #7DB9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.92%

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

R = 22.24%
G = 32.92%
B = 44.84%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DB9FC (or 0x7DB9FC) is known color: Maya Blue. HEX triplet: 7D, B9 and FC. RGB value is (125,185,252). Sum of RGB (Red+Green+Blue) = 125+185+252=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB9FC is #824603. Grayscale: #AEAEAE. Windows color (decimal): -8537604 or 16562557. OLE color: 16562557.

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

Color convert

RGB 125 185 252 -
CMYK 0.50 0.27 0 0.01
HSL 211.65º 0.95% 0.74% -
HSV(B) 211.65º 0.5% 0.99% -
XYZ 43.38 46.09 98.7 -
YUV 174.7 171.62 92.55 -
System Red Green Blue C M Y K H S L
Decimal 125 185 252 0.50 0.27 0 0.01 211.65 0.95 0.74
Hex 7D B9 FC 32 1B 0 1 D4 5F 4A
Octal 175 271 374 62 33 0 1 324 137 112
Binary 1111101 10111001 11111100 110010 11011 0 1 11010100 1011111 1001010

Color Harmonies of #7DB9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9FC

Black with #7DB9FC

Text Example


Text Example

White with #7DB9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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