#7BC0FE

Color #7BC0FE Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7BC0FE

Tints of Maya Blue #7BC0FE

Color information

#7BC0FE (or 0x7BC0FE) is unknown color: approx Maya Blue. HEX triplet: 7B, C0 and FE. RGB value is (123,192,254). Sum of RGB (Red+Green+Blue) = 123+192+254=569 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.62% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BC0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0FE is #843F01. Grayscale: #B2B2B2. Windows color (decimal): -8666882 or 16695419. OLE color: 16695419.

HSL color Cylindrical-coordinate representation of color #7BC0FE: hue angle of 208.4º 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 #7BC0FE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB123192254-
CMYK0.520.2400.00
HSL208.4º98.5%73.92%-
HSV(B)208.4º51.57%99.61%-
XYZ44.9149.07100.87-
YUV178.44170.6488.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.62%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=21.62%
G=33.74%
B=44.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1231922540.520.2400.00208.498.573.92
Hex7BC0FE341800d0624a
Octal173300376643000320142112
Binary1111011110000001111111011010011000001101000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BC0FE;
 }
 .AnyTagClassName
 {
   color: #7BC0FE;
 }
</style>
background-color css

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

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

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

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

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

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