#6BCFFF

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

Shades of Maya Blue #6BCFFF

Tints of Maya Blue #6BCFFF

Color information

#6BCFFF (or 0x6BCFFF) is unknown color: approx Maya Blue. HEX triplet: 6B, CF and FF. RGB value is (107,207,255). Sum of RGB (Red+Green+Blue) = 107+207+255=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCFFF is #943000. Grayscale: #B6B6B6. Windows color (decimal): -9711617 or 16764779. OLE color: 16764779.

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

Color convert

RGB107207255-
CMYK0.580.1900
HSL199.46º100%70.98%-
HSV(B)199.46º58.04%100%-
XYZ46.4354.97102.77-
YUV182.57168.8774.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.80%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 255 (100% from 255) = 44.82%
R=18.80%
G=36.38%
B=44.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072072550.580.1900199.4610070.98
Hex6BCFFF3A1300c76447
Octal153317377722300307144107
Binary1101011110011111111111111101010011001100011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,255); }

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

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

 a { background-color: rgb(107,207,255); }

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

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

 span { border-color: rgb(107,207,255); }

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