#6FCAFA

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

Shades of Maya Blue #6FCAFA

Tints of Maya Blue #6FCAFA

Color information

#6FCAFA (or 0x6FCAFA) is unknown color: approx Maya Blue. HEX triplet: 6F, CA and FA. RGB value is (111,202,250). Sum of RGB (Red+Green+Blue) = 111+202+250=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FCAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAFA is #903505. Grayscale: #B3B3B3. Windows color (decimal): -9450758 or 16435823. OLE color: 16435823.

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

Color convert

RGB111202250-
CMYK0.560.1900.02
HSL200.72º93.29%70.78%-
HSV(B)200.72º55.6%98.04%-
XYZ44.9352.5298.21-
YUV180.26167.3578.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.72%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=19.72%
G=35.88%
B=44.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112022500.560.1900.02200.7293.2970.78
Hex6FCAFA381302c95d47
Octal157312372702302311135107
Binary11011111100101011111010111000100110101100100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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