Html Css Color HEX #68AEFF Maya Blue

📋 copy color: '#68AEFF'

red 104 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #68AEFF

Tints of Maya Blue #68AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.65%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 19.51%
G = 32.65%
B = 47.84%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68AEFF (or 0x68AEFF) is known color: Maya Blue. HEX triplet: 68, AE and FF. RGB value is (104,174,255). Sum of RGB (Red+Green+Blue) = 104+174+255=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #68AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEFF is #975100. Grayscale: #A1A1A1. Windows color (decimal): -9916673 or 16756328. OLE color: 16756328.

HSL color Cylindrical-coordinate representation of color #68AEFF: hue angle of 212.19º 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 #68AEFF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 174 255 -
CMYK 0.59 0.32 0 0
HSL 212.19º 1% 0.7% -
HSV(B) 212.19º 0.59% 1% -
XYZ 38.89 40.44 100.36 -
YUV 162.3 180.31 86.41 -
System Red Green Blue C M Y K H S L
Decimal 104 174 255 0.59 0.32 0 0 212.19 1 0.7
Hex 68 AE FF 3B 20 0 0 D4 64 46
Octal 150 256 377 73 40 0 0 324 144 106
Binary 1101000 10101110 11111111 111011 100000 0 0 11010100 1100100 1000110

Color Harmonies of #68AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEFF

Black with #68AEFF

Text Example


Text Example

White with #68AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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