#6BCAF8

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

Shades of Maya Blue #6BCAF8

Tints of Maya Blue #6BCAF8

Color information

#6BCAF8 (or 0x6BCAF8) is unknown color: approx Maya Blue. HEX triplet: 6B, CA and F8. RGB value is (107,202,248). Sum of RGB (Red+Green+Blue) = 107+202+248=557 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.21% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #6BCAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCAF8 is #943507. Grayscale: #B2B2B2. Windows color (decimal): -9712904 or 16304747. OLE color: 16304747.

HSL color Cylindrical-coordinate representation of color #6BCAF8: hue angle of 199.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BCAF8 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB107202248-
CMYK0.570.1900.03
HSL199.57º90.97%69.61%-
HSV(B)199.57º56.85%97.25%-
XYZ44.1352.1496.55-
YUV178.84167.0376.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.21%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=19.21%
G=36.27%
B=44.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1072022480.570.1900.03199.5790.9769.61
Hex6BCAF8391303c85b46
Octal153312370712303310133106
Binary11010111100101011111000111001100110111100100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,248); }

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

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

 a { background-color: rgb(107,202,248); }

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

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

 span { border-color: rgb(107,202,248); }

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