Html Css Color HEX #7BBFFE Maya Blue

📋 copy color: '#7BBFFE'

red 123 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #7BBFFE

Tints of Maya Blue #7BBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 21.65%
G = 33.63%
B = 44.72%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7BBFFE (or 0x7BBFFE) is known color: Maya Blue. HEX triplet: 7B, BF and FE. RGB value is (123,191,254). Sum of RGB (Red+Green+Blue) = 123+191+254=568 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.65% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBFFE is #844001. Grayscale: #B1B1B1. Windows color (decimal): -8667138 or 16695163. OLE color: 16695163.

HSL color Cylindrical-coordinate representation of color #7BBFFE: hue angle of 208.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BBFFE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 123 191 254 -
CMYK 0.52 0.25 0 0.00
HSL 208.86º 0.98% 0.74% -
HSV(B) 208.86º 0.52% 1% -
XYZ 44.69 48.63 100.8 -
YUV 177.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 123 191 254 0.52 0.25 0 0.00 208.86 0.98 0.74
Hex 7B BF FE 34 19 0 0 D1 62 4A
Octal 173 277 376 64 31 0 0 321 142 112
Binary 1111011 10111111 11111110 110100 11001 0 0 11010001 1100010 1001010

Color Harmonies of #7BBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBFFE

Black with #7BBFFE

Text Example


Text Example

White with #7BBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,191,254); }

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

background-color css

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

 a { background-color: rgb(123,191,254); }

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

border-color css

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

 span { border-color: rgb(123,191,254); }

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