Html Css Color HEX #7BAEFD Maya Blue

📋 copy color: '#7BAEFD'

red 123 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #7BAEFD

Tints of Maya Blue #7BAEFD

RGB

 RED value IS 123 (48.44% from 255) = 22.36%

 GREEN value IS 174 (68.36% from 255) = 31.64%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 22.36%
G = 31.64%
B = 46%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7BAEFD (or 0x7BAEFD) is known color: Maya Blue. HEX triplet: 7B, AE and FD. RGB value is (123,174,253). Sum of RGB (Red+Green+Blue) = 123+174+253=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEFD is #845102. Grayscale: #A7A7A7. Windows color (decimal): -8671491 or 16625275. OLE color: 16625275.

HSL color Cylindrical-coordinate representation of color #7BAEFD: hue angle of 216.46º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BAEFD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 123 174 253 -
CMYK 0.51 0.31 0 0.01
HSL 216.46º 0.97% 0.74% -
HSV(B) 216.46º 0.51% 0.99% -
XYZ 41.03 41.57 98.79 -
YUV 167.76 176.1 96.08 -
System Red Green Blue C M Y K H S L
Decimal 123 174 253 0.51 0.31 0 0.01 216.46 0.97 0.74
Hex 7B AE FD 33 1F 0 1 D8 61 4A
Octal 173 256 375 63 37 0 1 330 141 112
Binary 1111011 10101110 11111101 110011 11111 0 1 11011000 1100001 1001010

Color Harmonies of #7BAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEFD

Black with #7BAEFD

Text Example


Text Example

White with #7BAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,174,253); }

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

background-color css

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

 a { background-color: rgb(123,174,253); }

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

border-color css

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

 span { border-color: rgb(123,174,253); }

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