#6CD0FE

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

Shades of Maya Blue #6CD0FE

Tints of Maya Blue #6CD0FE

Color information

#6CD0FE (or 0x6CD0FE) is unknown color: approx Maya Blue. HEX triplet: 6C, D0 and FE. RGB value is (108,208,254). Sum of RGB (Red+Green+Blue) = 108+208+254=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #6CD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD0FE is #932F01. Grayscale: #B7B7B7. Windows color (decimal): -9645826 or 16699500. OLE color: 16699500.

HSL color Cylindrical-coordinate representation of color #6CD0FE: hue angle of 198.9º 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 #6CD0FE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB108208254-
CMYK0.570.1800.00
HSL198.9º98.65%70.98%-
HSV(B)198.9º57.48%99.61%-
XYZ46.6355.46102.01-
YUV183.34167.8774.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.95%
GREEN value IS 208 (81.64% from 255) = 36.49%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=18.95%
G=36.49%
B=44.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1082082540.570.1800.00198.998.6570.98
Hex6CD0FE391200c76347
Octal154320376712200307143107
Binary1101100110100001111111011100110010001100011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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