#6FCAF1

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

Shades of Maya Blue #6FCAF1

Tints of Maya Blue #6FCAF1

Color information

#6FCAF1 (or 0x6FCAF1) is unknown color: approx Maya Blue. HEX triplet: 6F, CA and F1. RGB value is (111,202,241). Sum of RGB (Red+Green+Blue) = 111+202+241=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FCAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAF1 is #90350E. Grayscale: #B2B2B2. Windows color (decimal): -9450767 or 15845999. OLE color: 15845999.

HSL color Cylindrical-coordinate representation of color #6FCAF1: hue angle of 198º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FCAF1 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111202241-
CMYK0.540.1600.05
HSL198º82.28%69.02%-
HSV(B)198º53.94%94.51%-
XYZ43.5551.9790.96-
YUV179.24162.8579.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.04%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=20.04%
G=36.46%
B=43.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112022410.540.1600.0519882.2869.02
Hex6FCAF1361005c65245
Octal157312361662005306122105
Binary110111111001010111100011101101000001011100011010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,241); }

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

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

 a { background-color: rgb(111,202,241); }

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

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

 span { border-color: rgb(111,202,241); }

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