#6FD0FE

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

Shades of Maya Blue #6FD0FE

Tints of Maya Blue #6FD0FE

Color information

#6FD0FE (or 0x6FD0FE) is unknown color: approx Maya Blue. HEX triplet: 6F, D0 and FE. RGB value is (111,208,254). Sum of RGB (Red+Green+Blue) = 111+208+254=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD0FE is #902F01. Grayscale: #B7B7B7. Windows color (decimal): -9449218 or 16699503. OLE color: 16699503.

HSL color Cylindrical-coordinate representation of color #6FD0FE: hue angle of 199.3º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD0FE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB111208254-
CMYK0.560.1800.00
HSL199.3º98.62%71.57%-
HSV(B)199.3º56.3%99.61%-
XYZ4755.65102.03-
YUV184.24167.3675.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.37%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=19.37%
G=36.30%
B=44.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1112082540.560.1800.00199.398.6271.57
Hex6FD0FE381200c76348
Octal157320376702200307143110
Binary1101111110100001111111011100010010001100011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,208,254); }

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

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

 a { background-color: rgb(111,208,254); }

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

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

 span { border-color: rgb(111,208,254); }

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