Html Css Color HEX #7DB8FC Maya Blue

📋 copy color: '#7DB8FC'

red 125 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #7DB8FC

Tints of Maya Blue #7DB8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.8%

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

R = 22.28%
G = 32.8%
B = 44.92%

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

#7DB8FC (or 0x7DB8FC) is known color: Maya Blue. HEX triplet: 7D, B8 and FC. RGB value is (125,184,252). Sum of RGB (Red+Green+Blue) = 125+184+252=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB8FC is #824703. Grayscale: #ADADAD. Windows color (decimal): -8537860 or 16562301. OLE color: 16562301.

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

Color convert

RGB 125 184 252 -
CMYK 0.50 0.27 0 0.01
HSL 212.13º 0.95% 0.74% -
HSV(B) 212.13º 0.5% 0.99% -
XYZ 43.17 45.67 98.64 -
YUV 174.11 171.95 92.97 -
System Red Green Blue C M Y K H S L
Decimal 125 184 252 0.50 0.27 0 0.01 212.13 0.95 0.74
Hex 7D B8 FC 32 1B 0 1 D4 5F 4A
Octal 175 270 374 62 33 0 1 324 137 112
Binary 1111101 10111000 11111100 110010 11011 0 1 11010100 1011111 1001010

Color Harmonies of #7DB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB8FC

Black with #7DB8FC

Text Example


Text Example

White with #7DB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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