Html Css Color HEX #7DB4FC Maya Blue

📋 copy color: '#7DB4FC'

red 125 ◦ green 180 ◦ blue 252

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

Shades of Maya Blue #7DB4FC

Tints of Maya Blue #7DB4FC

RGB

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

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

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

R = 22.44%
G = 32.32%
B = 45.24%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DB4FC (or 0x7DB4FC) is known color: Maya Blue. HEX triplet: 7D, B4 and FC. RGB value is (125,180,252). Sum of RGB (Red+Green+Blue) = 125+180+252=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB4FC is #824B03. Grayscale: #ABABAB. Windows color (decimal): -8538884 or 16561277. OLE color: 16561277.

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

Color convert

RGB 125 180 252 -
CMYK 0.50 0.29 0 0.01
HSL 214.02º 0.95% 0.74% -
HSV(B) 214.02º 0.5% 0.99% -
XYZ 42.35 44.03 98.36 -
YUV 171.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 125 180 252 0.50 0.29 0 0.01 214.02 0.95 0.74
Hex 7D B4 FC 32 1D 0 1 D6 5F 4A
Octal 175 264 374 62 35 0 1 326 137 112
Binary 1111101 10110100 11111100 110010 11101 0 1 11010110 1011111 1001010

Color Harmonies of #7DB4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4FC

Black with #7DB4FC

Text Example


Text Example

White with #7DB4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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