#6FC7FD

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

Shades of Maya Blue #6FC7FD

Tints of Maya Blue #6FC7FD

Color information

#6FC7FD (or 0x6FC7FD) is unknown color: approx Maya Blue. HEX triplet: 6F, C7 and FD. RGB value is (111,199,253). Sum of RGB (Red+Green+Blue) = 111+199+253=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FC7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC7FD is #903802. Grayscale: #B2B2B2. Windows color (decimal): -9451523 or 16631663. OLE color: 16631663.

HSL color Cylindrical-coordinate representation of color #6FC7FD: hue angle of 202.82º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FC7FD is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111199253-
CMYK0.560.2100.01
HSL202.82º97.26%71.37%-
HSV(B)202.82º56.13%99.22%-
XYZ44.7151.32100.48-
YUV178.84169.8579.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.72%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=19.72%
G=35.35%
B=44.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111992530.560.2100.01202.8297.2671.37
Hex6FC7FD381501cb6147
Octal157307375702501313141107
Binary1101111110001111111110111100010101011100101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,199,253); }

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

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

 a { background-color: rgb(111,199,253); }

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

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

 span { border-color: rgb(111,199,253); }

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