#7BC0FF

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

Shades of Maya Blue #7BC0FF

Tints of Maya Blue #7BC0FF

Color information

#7BC0FF (or 0x7BC0FF) is unknown color: approx Maya Blue. HEX triplet: 7B, C0 and FF. RGB value is (123,192,255). Sum of RGB (Red+Green+Blue) = 123+192+255=570 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.58% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC0FF is #843F00. Grayscale: #B2B2B2. Windows color (decimal): -8666881 or 16760955. OLE color: 16760955.

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

Color convert

RGB123192255-
CMYK0.520.2500
HSL208.64º100%74.12%-
HSV(B)208.64º51.76%100%-
XYZ45.0749.13101.72-
YUV178.55171.1488.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.58%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 255 (100% from 255) = 44.74%
R=21.58%
G=33.68%
B=44.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231922550.520.2500208.6410074.12
Hex7BC0FF341900d1644a
Octal173300377643100321144112
Binary1111011110000001111111111010011001001101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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