#7BC1FF

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

Shades of Maya Blue #7BC1FF

Tints of Maya Blue #7BC1FF

Color information

#7BC1FF (or 0x7BC1FF) is unknown color: approx Maya Blue. HEX triplet: 7B, C1 and FF. RGB value is (123,193,255). Sum of RGB (Red+Green+Blue) = 123+193+255=571 (75% of max value = 765). Red value is 123 (48.44% from 255 or 21.54% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BC1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BC1FF is #843E00. Grayscale: #B2B2B2. Windows color (decimal): -8666625 or 16761211. OLE color: 16761211.

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

Color convert

RGB123193255-
CMYK0.520.2400
HSL208.18º100%74.12%-
HSV(B)208.18º51.76%100%-
XYZ45.2949.57101.79-
YUV179.14170.8187.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 21.54%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 255 (100% from 255) = 44.66%
R=21.54%
G=33.80%
B=44.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231932550.520.2400208.1810074.12
Hex7BC1FF341800d0644a
Octal173301377643000320144112
Binary1111011110000011111111111010011000001101000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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