Html Css Color HEX #7DBCF4 Maya Blue

📋 copy color: '#7DBCF4'

red 125 ◦ green 188 ◦ blue 244

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

Shades of Maya Blue #7DBCF4

Tints of Maya Blue #7DBCF4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

 BLUE value IS 244 (95.7% from 255) = 43.81%

R = 22.44%
G = 33.75%
B = 43.81%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7DBCF4 (or 0x7DBCF4) is known color: Maya Blue. HEX triplet: 7D, BC and F4. RGB value is (125,188,244). Sum of RGB (Red+Green+Blue) = 125+188+244=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DBCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBCF4 is #82430B. Grayscale: #AFAFAF. Windows color (decimal): -8536844 or 16039037. OLE color: 16039037.

HSL color Cylindrical-coordinate representation of color #7DBCF4: hue angle of 208.24º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBCF4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 188 244 -
CMYK 0.49 0.23 0 0.04
HSL 208.24º 0.84% 0.72% -
HSV(B) 208.24º 0.49% 0.96% -
XYZ 42.77 46.86 92.38 -
YUV 175.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 125 188 244 0.49 0.23 0 0.04 208.24 0.84 0.72
Hex 7D BC F4 31 17 0 4 D0 54 48
Octal 175 274 364 61 27 0 4 320 124 110
Binary 1111101 10111100 11110100 110001 10111 0 100 11010000 1010100 1001000

Color Harmonies of #7DBCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCF4

Black with #7DBCF4

Text Example


Text Example

White with #7DBCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,188,244); }

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

background-color css

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

 a { background-color: rgb(125,188,244); }

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

border-color css

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

 span { border-color: rgb(125,188,244); }

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