Html Css Color HEX #7DBFFE Maya Blue

📋 copy color: '#7DBFFE'

red 125 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #7DBFFE

Tints of Maya Blue #7DBFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

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

R = 21.93%
G = 33.51%
B = 44.56%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DBFFE (or 0x7DBFFE) is known color: Maya Blue. HEX triplet: 7D, BF and FE. RGB value is (125,191,254). Sum of RGB (Red+Green+Blue) = 125+191+254=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFFE is #824001. Grayscale: #B2B2B2. Windows color (decimal): -8536066 or 16695165. OLE color: 16695165.

HSL color Cylindrical-coordinate representation of color #7DBFFE: hue angle of 209.3º 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 #7DBFFE is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 191 254 -
CMYK 0.51 0.25 0 0.00
HSL 209.3º 0.98% 0.74% -
HSV(B) 209.3º 0.51% 1% -
XYZ 44.98 48.78 100.81 -
YUV 178.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 125 191 254 0.51 0.25 0 0.00 209.3 0.98 0.74
Hex 7D BF FE 33 19 0 0 D1 62 4A
Octal 175 277 376 63 31 0 0 321 142 112
Binary 1111101 10111111 11111110 110011 11001 0 0 11010001 1100010 1001010

Color Harmonies of #7DBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFFE

Black with #7DBFFE

Text Example


Text Example

White with #7DBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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