#68C5F9

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

Shades of Maya Blue #68C5F9

Tints of Maya Blue #68C5F9

Color information

#68C5F9 (or 0x68C5F9) is unknown color: approx Maya Blue. HEX triplet: 68, C5 and F9. RGB value is (104,197,249). Sum of RGB (Red+Green+Blue) = 104+197+249=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 249 - color contains mainly: blue. Hex color #68C5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C5F9 is #973A06. Grayscale: #AEAEAE. Windows color (decimal): -9910791 or 16369000. OLE color: 16369000.

HSL color Cylindrical-coordinate representation of color #68C5F9: hue angle of 201.52º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68C5F9 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104197249-
CMYK0.580.2100.02
HSL201.52º92.36%69.22%-
HSV(B)201.52º58.23%97.65%-
XYZ42.7749.7296.96-
YUV175.12169.6977.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.91%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 249 (97.66% from 255) = 45.27%
R=18.91%
G=35.82%
B=45.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041972490.580.2100.02201.5292.3669.22
Hex68C5F93A1502ca5c45
Octal150305371722502312134105
Binary11010001100010111111001111010101010101100101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,197,249); }

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

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

 a { background-color: rgb(104,197,249); }

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

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

 span { border-color: rgb(104,197,249); }

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