Html Css Color HEX #7DBDFF Maya Blue

📋 copy color: '#7DBDFF'

red 125 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #7DBDFF

Tints of Maya Blue #7DBDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.82%

R = 21.97%
G = 33.22%
B = 44.82%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DBDFF (or 0x7DBDFF) is known color: Maya Blue. HEX triplet: 7D, BD and FF. RGB value is (125,189,255). Sum of RGB (Red+Green+Blue) = 125+189+255=569 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.97% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDFF is #824200. Grayscale: #B1B1B1. Windows color (decimal): -8536577 or 16760189. OLE color: 16760189.

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

Color convert

RGB 125 189 255 -
CMYK 0.51 0.26 0 0
HSL 210.46º 1% 0.75% -
HSV(B) 210.46º 0.51% 1% -
XYZ 44.71 47.98 101.51 -
YUV 177.39 171.8 90.63 -
System Red Green Blue C M Y K H S L
Decimal 125 189 255 0.51 0.26 0 0 210.46 1 0.75
Hex 7D BD FF 33 1A 0 0 D2 64 4B
Octal 175 275 377 63 32 0 0 322 144 113
Binary 1111101 10111101 11111111 110011 11010 0 0 11010010 1100100 1001011

Color Harmonies of #7DBDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDFF

Black with #7DBDFF

Text Example


Text Example

White with #7DBDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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