#6FCAF5

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

Shades of Maya Blue #6FCAF5

Tints of Maya Blue #6FCAF5

Color information

#6FCAF5 (or 0x6FCAF5) is unknown color: approx Maya Blue. HEX triplet: 6F, CA and F5. RGB value is (111,202,245). Sum of RGB (Red+Green+Blue) = 111+202+245=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #6FCAF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAF5 is #90350A. Grayscale: #B3B3B3. Windows color (decimal): -9450763 or 16108143. OLE color: 16108143.

HSL color Cylindrical-coordinate representation of color #6FCAF5: hue angle of 199.25º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FCAF5 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111202245-
CMYK0.550.1800.04
HSL199.25º87.01%69.8%-
HSV(B)199.25º54.69%96.08%-
XYZ44.1652.2194.14-
YUV179.69164.8579-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.89%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=19.89%
G=36.20%
B=43.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112022450.550.1800.04199.2587.0169.8
Hex6FCAF5371204c75746
Octal157312365672204307127106
Binary110111111001010111101011101111001001001100011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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