Html Css Color HEX #7DBFEE Maya Blue

📋 copy color: '#7DBFEE'

red 125 ◦ green 191 ◦ blue 238

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

Shades of Maya Blue #7DBFEE

Tints of Maya Blue #7DBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 22.56%
G = 34.48%
B = 42.96%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DBFEE (or 0x7DBFEE) is known color: Maya Blue. HEX triplet: 7D, BF and EE. RGB value is (125,191,238). Sum of RGB (Red+Green+Blue) = 125+191+238=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DBFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFEE is #824011. Grayscale: #B0B0B0. Windows color (decimal): -8536082 or 15646589. OLE color: 15646589.

HSL color Cylindrical-coordinate representation of color #7DBFEE: hue angle of 204.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBFEE is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 191 238 -
CMYK 0.47 0.20 0 0.07
HSL 204.96º 0.77% 0.71% -
HSV(B) 204.96º 0.47% 0.93% -
XYZ 42.52 47.79 87.87 -
YUV 176.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 125 191 238 0.47 0.20 0 0.07 204.96 0.77 0.71
Hex 7D BF EE 2F 14 0 7 CD 4D 47
Octal 175 277 356 57 24 0 7 315 115 107
Binary 1111101 10111111 11101110 101111 10100 0 111 11001101 1001101 1000111

Color Harmonies of #7DBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFEE

Black with #7DBFEE

Text Example


Text Example

White with #7DBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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