Html Css Color HEX #7DBFF2 Maya Blue

📋 copy color: '#7DBFF2'

red 125 ◦ green 191 ◦ blue 242

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

Shades of Maya Blue #7DBFF2

Tints of Maya Blue #7DBFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 22.4%
G = 34.23%
B = 43.37%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7DBFF2 (or 0x7DBFF2) is known color: Maya Blue. HEX triplet: 7D, BF and F2. RGB value is (125,191,242). Sum of RGB (Red+Green+Blue) = 125+191+242=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #7DBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFF2 is #82400D. Grayscale: #B0B0B0. Windows color (decimal): -8536078 or 15908733. OLE color: 15908733.

HSL color Cylindrical-coordinate representation of color #7DBFF2: hue angle of 206.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DBFF2 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 191 242 -
CMYK 0.48 0.21 0 0.05
HSL 206.15º 0.82% 0.72% -
HSV(B) 206.15º 0.48% 0.95% -
XYZ 43.12 48.03 91 -
YUV 177.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 125 191 242 0.48 0.21 0 0.05 206.15 0.82 0.72
Hex 7D BF F2 30 15 0 5 CE 52 48
Octal 175 277 362 60 25 0 5 316 122 110
Binary 1111101 10111111 11110010 110000 10101 0 101 11001110 1010010 1001000

Color Harmonies of #7DBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFF2

Black with #7DBFF2

Text Example


Text Example

White with #7DBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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