#6FCBF5

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

Shades of Maya Blue #6FCBF5

Tints of Maya Blue #6FCBF5

Color information

#6FCBF5 (or 0x6FCBF5) is unknown color: approx Maya Blue. HEX triplet: 6F, CB and F5. RGB value is (111,203,245). Sum of RGB (Red+Green+Blue) = 111+203+245=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #6FCBF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBF5 is #90340A. Grayscale: #B4B4B4. Windows color (decimal): -9450507 or 16108399. OLE color: 16108399.

HSL color Cylindrical-coordinate representation of color #6FCBF5: hue angle of 198.81º 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 #6FCBF5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB111203245-
CMYK0.550.1700.04
HSL198.81º87.01%69.8%-
HSV(B)198.81º54.69%96.08%-
XYZ44.3952.6894.22-
YUV180.28164.5278.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.86%
GREEN value IS 203 (79.69% from 255) = 36.31%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=19.86%
G=36.31%
B=43.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1112032450.550.1700.04198.8187.0169.8
Hex6FCBF5371104c75746
Octal157313365672104307127106
Binary110111111001011111101011101111000101001100011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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