#7CBFFF

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

Shades of Maya Blue #7CBFFF

Tints of Maya Blue #7CBFFF

Color information

#7CBFFF (or 0x7CBFFF) is unknown color: approx Maya Blue. HEX triplet: 7C, BF and FF. RGB value is (124,191,255). Sum of RGB (Red+Green+Blue) = 124+191+255=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 191 (75% from 255 or 33.51% 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 #7CBFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBFFF is #834000. Grayscale: #B1B1B1. Windows color (decimal): -8601601 or 16760700. OLE color: 16760700.

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

Color convert

RGB124191255-
CMYK0.510.2500
HSL209.31º100%74.31%-
HSV(B)209.31º51.37%100%-
XYZ44.9948.77101.65-
YUV178.26171.389.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.75%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 255 (100% from 255) = 44.74%
R=21.75%
G=33.51%
B=44.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241912550.510.2500209.3110074.31
Hex7CBFFF331900d1644a
Octal174277377633100321144112
Binary1111100101111111111111111001111001001101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,255); }

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

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

 a { background-color: rgb(124,191,255); }

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

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

 span { border-color: rgb(124,191,255); }

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