#68BEFA

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

Shades of Maya Blue #68BEFA

Tints of Maya Blue #68BEFA

Color information

#68BEFA (or 0x68BEFA) is unknown color: approx Maya Blue. HEX triplet: 68, BE and FA. RGB value is (104,190,250). Sum of RGB (Red+Green+Blue) = 104+190+250=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #68BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEFA is #974105. Grayscale: #AAAAAA. Windows color (decimal): -9912582 or 16432744. OLE color: 16432744.

HSL color Cylindrical-coordinate representation of color #68BEFA: hue angle of 204.66º degrees, saturation: 0.94, 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 #68BEFA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB104190250-
CMYK0.580.2400.02
HSL204.66º93.59%69.41%-
HSV(B)204.66º58.4%98.04%-
XYZ41.3846.6797.27-
YUV171.13172.5180.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.12%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=19.12%
G=34.93%
B=45.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1041902500.580.2400.02204.6693.5969.41
Hex68BEFA3A1802cd5e45
Octal150276372723002315136105
Binary11010001011111011111010111010110000101100110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,250); }

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

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

 a { background-color: rgb(104,190,250); }

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

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

 span { border-color: rgb(104,190,250); }

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