Html Css Color HEX #7DBBFE Maya Blue

📋 copy color: '#7DBBFE'

red 125 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #7DBBFE

Tints of Maya Blue #7DBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 22.08%
G = 33.04%
B = 44.88%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DBBFE (or 0x7DBBFE) is known color: Maya Blue. HEX triplet: 7D, BB and FE. RGB value is (125,187,254). Sum of RGB (Red+Green+Blue) = 125+187+254=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBFE is #824401. Grayscale: #AFAFAF. Windows color (decimal): -8537090 or 16694141. OLE color: 16694141.

HSL color Cylindrical-coordinate representation of color #7DBBFE: hue angle of 211.16º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBBFE is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 187 254 -
CMYK 0.51 0.26 0 0.00
HSL 211.16º 0.98% 0.74% -
HSV(B) 211.16º 0.51% 1% -
XYZ 44.12 47.06 100.52 -
YUV 176.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 125 187 254 0.51 0.26 0 0.00 211.16 0.98 0.74
Hex 7D BB FE 33 1A 0 0 D3 62 4A
Octal 175 273 376 63 32 0 0 323 142 112
Binary 1111101 10111011 11111110 110011 11010 0 0 11010011 1100010 1001010

Color Harmonies of #7DBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBFE

Black with #7DBBFE

Text Example


Text Example

White with #7DBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,254); }

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

background-color css

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

 a { background-color: rgb(125,187,254); }

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

border-color css

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

 span { border-color: rgb(125,187,254); }

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