Html Css Color HEX #68ACF6 Maya Blue

📋 copy color: '#68ACF6'

red 104 ◦ green 172 ◦ blue 246

#68ACF6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #68ACF6

Tints of Maya Blue #68ACF6

RGB

 RED value IS 104 (41.02% from 255) = 19.92%

 GREEN value IS 172 (67.58% from 255) = 32.95%

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 19.92%
G = 32.95%
B = 47.13%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68ACF6 (or 0x68ACF6) is known color: Maya Blue. HEX triplet: 68, AC and F6. RGB value is (104,172,246). Sum of RGB (Red+Green+Blue) = 104+172+246=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #68ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACF6 is #975309. Grayscale: #9F9F9F. Windows color (decimal): -9917194 or 16165992. OLE color: 16165992.

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

Color convert

RGB 104 172 246 -
CMYK 0.58 0.30 0 0.04
HSL 211.27º 0.89% 0.69% -
HSV(B) 211.27º 0.58% 0.96% -
XYZ 37.1 39.1 92.78 -
YUV 160.1 176.47 87.98 -
System Red Green Blue C M Y K H S L
Decimal 104 172 246 0.58 0.30 0 0.04 211.27 0.89 0.69
Hex 68 AC F6 3A 1E 0 4 D3 59 45
Octal 150 254 366 72 36 0 4 323 131 105
Binary 1101000 10101100 11110110 111010 11110 0 100 11010011 1011001 1000101

Color Harmonies of #68ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACF6

Black with #68ACF6

Text Example


Text Example

White with #68ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,246); }

 H1.HeaderClassName
 {
   color: #68ACF6;
 }
 .AnyTagClassName
 {
   color: #68ACF6;
 }
</style>

background-color css

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

 a { background-color: rgb(104,172,246); }

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

border-color css

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

 span { border-color: rgb(104,172,246); }

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