Html Css Color HEX #7DBBFF Maya Blue

📋 copy color: '#7DBBFF'

red 125 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #7DBBFF

Tints of Maya Blue #7DBBFF

RGB

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

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

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

R = 22.05%
G = 32.98%
B = 44.97%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7DBBFF (or 0x7DBBFF) is known color: Maya Blue. HEX triplet: 7D, BB and FF. RGB value is (125,187,255). Sum of RGB (Red+Green+Blue) = 125+187+255=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBFF is #824400. Grayscale: #AFAFAF. Windows color (decimal): -8537089 or 16759677. OLE color: 16759677.

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

Color convert

RGB 125 187 255 -
CMYK 0.51 0.27 0 0
HSL 211.38º 1% 0.75% -
HSV(B) 211.38º 0.51% 1% -
XYZ 44.28 47.12 101.37 -
YUV 176.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 125 187 255 0.51 0.27 0 0 211.38 1 0.75
Hex 7D BB FF 33 1B 0 0 D3 64 4B
Octal 175 273 377 63 33 0 0 323 144 113
Binary 1111101 10111011 11111111 110011 11011 0 0 11010011 1100100 1001011

Color Harmonies of #7DBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBFF

Black with #7DBBFF

Text Example


Text Example

White with #7DBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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