#68C2F5

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

Shades of Maya Blue #68C2F5

Tints of Maya Blue #68C2F5

Color information

#68C2F5 (or 0x68C2F5) is unknown color: approx Maya Blue. HEX triplet: 68, C2 and F5. RGB value is (104,194,245). Sum of RGB (Red+Green+Blue) = 104+194+245=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #68C2F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2F5 is #973D0A. Grayscale: #ACACAC. Windows color (decimal): -9911563 or 16106088. OLE color: 16106088.

HSL color Cylindrical-coordinate representation of color #68C2F5: hue angle of 201.7º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C2F5 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB104194245-
CMYK0.580.2100.04
HSL201.7º87.58%68.43%-
HSV(B)201.7º57.55%96.08%-
XYZ41.4848.1293.49-
YUV172.9168.6878.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.15%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 245 (96.09% from 255) = 45.12%
R=19.15%
G=35.73%
B=45.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1041942450.580.2100.04201.787.5868.43
Hex68C2F53A1504ca5844
Octal150302365722504312130104
Binary110100011000010111101011110101010101001100101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C2F5; }

 p { color: rgb(104,194,245); }

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

<style>
 a { background-color: #68C2F5; }

 a { background-color: rgb(104,194,245); }

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

<style>
 span { border-color: #68C2F5; }

 span { border-color: rgb(104,194,245); }

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