#68BCF2

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

Shades of Maya Blue #68BCF2

Tints of Maya Blue #68BCF2

Color information

#68BCF2 (or 0x68BCF2) is unknown color: approx Maya Blue. HEX triplet: 68, BC and F2. RGB value is (104,188,242). Sum of RGB (Red+Green+Blue) = 104+188+242=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #68BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCF2 is #97430D. Grayscale: #A8A8A8. Windows color (decimal): -9913102 or 15907944. OLE color: 15907944.

HSL color Cylindrical-coordinate representation of color #68BCF2: hue angle of 203.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68BCF2 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104188242-
CMYK0.570.2200.05
HSL203.48º84.15%67.84%-
HSV(B)203.48º57.02%94.9%-
XYZ39.7245.3290.66-
YUV169.04169.1781.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.48%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 242 (94.92% from 255) = 45.32%
R=19.48%
G=35.21%
B=45.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041882420.570.2200.05203.4884.1567.84
Hex68BCF2391605cb5444
Octal150274362712605313124104
Binary110100010111100111100101110011011001011100101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,188,242); }

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

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

 a { background-color: rgb(104,188,242); }

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

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

 span { border-color: rgb(104,188,242); }

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