Html Css Color HEX #7DBDEB Maya Blue

📋 copy color: '#7DBDEB'

red 125 ◦ green 189 ◦ blue 235

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

Shades of Maya Blue #7DBDEB

Tints of Maya Blue #7DBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.43%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 22.77%
G = 34.43%
B = 42.81%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DBDEB (or 0x7DBDEB) is known color: Maya Blue. HEX triplet: 7D, BD and EB. RGB value is (125,189,235). Sum of RGB (Red+Green+Blue) = 125+189+235=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DBDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDEB is #824214. Grayscale: #AEAEAE. Windows color (decimal): -8536597 or 15449469. OLE color: 15449469.

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

Color convert

RGB 125 189 235 -
CMYK 0.47 0.20 0 0.08
HSL 205.09º 0.73% 0.71% -
HSV(B) 205.09º 0.47% 0.92% -
XYZ 41.65 46.75 85.43 -
YUV 175.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 125 189 235 0.47 0.20 0 0.08 205.09 0.73 0.71
Hex 7D BD EB 2F 14 0 8 CD 49 47
Octal 175 275 353 57 24 0 10 315 111 107
Binary 1111101 10111101 11101011 101111 10100 0 1000 11001101 1001001 1000111

Color Harmonies of #7DBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDEB

Black with #7DBDEB

Text Example


Text Example

White with #7DBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,235); }

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

background-color css

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

 a { background-color: rgb(125,189,235); }

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

border-color css

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

 span { border-color: rgb(125,189,235); }

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