#6BCCFC

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

Shades of Maya Blue #6BCCFC

Tints of Maya Blue #6BCCFC

Color information

#6BCCFC (or 0x6BCCFC) is unknown color: approx Maya Blue. HEX triplet: 6B, CC and FC. RGB value is (107,204,252). Sum of RGB (Red+Green+Blue) = 107+204+252=563 (74% of max value = 765). Red value is 107 (42.19% from 255 or 19.01% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BCCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCFC is #943303. Grayscale: #B4B4B4. Windows color (decimal): -9712388 or 16567403. OLE color: 16567403.

HSL color Cylindrical-coordinate representation of color #6BCCFC: hue angle of 199.86º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BCCFC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107204252-
CMYK0.580.1900.01
HSL199.86º96.03%70.39%-
HSV(B)199.86º57.54%98.82%-
XYZ45.2353.34100.01-
YUV180.47168.3675.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.01%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=19.01%
G=36.23%
B=44.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072042520.580.1900.01199.8696.0370.39
Hex6BCCFC3A1301c86046
Octal153314374722301310140106
Binary1101011110011001111110011101010011011100100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BCCFC; }

 p { color: rgb(107,204,252); }

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

<style>
 a { background-color: #6BCCFC; }

 a { background-color: rgb(107,204,252); }

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

<style>
 span { border-color: #6BCCFC; }

 span { border-color: rgb(107,204,252); }

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