#68B4FF

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

Shades of Maya Blue #68B4FF

Tints of Maya Blue #68B4FF

Color information

#68B4FF (or 0x68B4FF) is unknown color: approx Maya Blue. HEX triplet: 68, B4 and FF. RGB value is (104,180,255). Sum of RGB (Red+Green+Blue) = 104+180+255=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B4FF is #974B00. Grayscale: #A5A5A5. Windows color (decimal): -9915137 or 16757864. OLE color: 16757864.

HSL color Cylindrical-coordinate representation of color #68B4FF: hue angle of 209.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B4FF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104180255-
CMYK0.590.2900
HSL209.8º100%70.39%-
HSV(B)209.8º59.22%100%-
XYZ40.0842.81100.76-
YUV165.83178.3283.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.29%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 255 (100% from 255) = 47.31%
R=19.29%
G=33.40%
B=47.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041802550.590.2900209.810070.39
Hex68B4FF3B1D00d26446
Octal150264377733500322144106
Binary1101000101101001111111111101111101001101001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,180,255); }

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

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

 a { background-color: rgb(104,180,255); }

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

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

 span { border-color: rgb(104,180,255); }

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