#7CBDFF

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

Shades of Maya Blue #7CBDFF

Tints of Maya Blue #7CBDFF

Color information

#7CBDFF (or 0x7CBDFF) is unknown color: approx Maya Blue. HEX triplet: 7C, BD and FF. RGB value is (124,189,255). Sum of RGB (Red+Green+Blue) = 124+189+255=568 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.83% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CBDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CBDFF is #834200. Grayscale: #B0B0B0. Windows color (decimal): -8602113 or 16760188. OLE color: 16760188.

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

Color convert

RGB124189255-
CMYK0.510.2600
HSL210.23º100%74.31%-
HSV(B)210.23º51.37%100%-
XYZ44.5647.9101.5-
YUV177.09171.9790.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.83%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 255 (100% from 255) = 44.89%
R=21.83%
G=33.27%
B=44.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241892550.510.2600210.2310074.31
Hex7CBDFF331A00d2644a
Octal174275377633200322144112
Binary1111100101111011111111111001111010001101001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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