#6FCFFB

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

Shades of Maya Blue #6FCFFB

Tints of Maya Blue #6FCFFB

Color information

#6FCFFB (or 0x6FCFFB) is unknown color: approx Maya Blue. HEX triplet: 6F, CF and FB. RGB value is (111,207,251). Sum of RGB (Red+Green+Blue) = 111+207+251=569 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.51% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FCFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFFB is #903004. Grayscale: #B7B7B7. Windows color (decimal): -9449477 or 16502639. OLE color: 16502639.

HSL color Cylindrical-coordinate representation of color #6FCFFB: hue angle of 198.86º degrees, saturation: 0.95, 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 #6FCFFB is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111207251-
CMYK0.560.1800.02
HSL198.86º94.59%70.98%-
HSV(B)198.86º55.78%98.43%-
XYZ46.2854.9799.44-
YUV183.31166.276.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.51%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=19.51%
G=36.38%
B=44.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112072510.560.1800.02198.8694.5970.98
Hex6FCFFB381202c75f47
Octal157317373702202307137107
Binary11011111100111111111011111000100100101100011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,251); }

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

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

 a { background-color: rgb(111,207,251); }

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

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

 span { border-color: rgb(111,207,251); }

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