#6CCFFE

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

Shades of Maya Blue #6CCFFE

Tints of Maya Blue #6CCFFE

Color information

#6CCFFE (or 0x6CCFFE) is unknown color: approx Maya Blue. HEX triplet: 6C, CF and FE. RGB value is (108,207,254). Sum of RGB (Red+Green+Blue) = 108+207+254=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CCFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFFE is #933001. Grayscale: #B6B6B6. Windows color (decimal): -9646082 or 16699244. OLE color: 16699244.

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

Color convert

RGB108207254-
CMYK0.570.1900.00
HSL199.32º98.65%70.98%-
HSV(B)199.32º57.48%99.61%-
XYZ46.3954.97101.93-
YUV182.76168.274.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.98%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=18.98%
G=36.38%
B=44.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1082072540.570.1900.00199.3298.6570.98
Hex6CCFFE391300c76347
Octal154317376712300307143107
Binary1101100110011111111111011100110011001100011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,207,254); }

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

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

 a { background-color: rgb(108,207,254); }

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

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

 span { border-color: rgb(108,207,254); }

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