Html Css Color HEX #68AEF6 Maya Blue

📋 copy color: '#68AEF6'

red 104 ◦ green 174 ◦ blue 246

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

Shades of Maya Blue #68AEF6

Tints of Maya Blue #68AEF6

RGB

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

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

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

R = 19.85%
G = 33.21%
B = 46.95%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68AEF6 (or 0x68AEF6) is known color: Maya Blue. HEX triplet: 68, AE and F6. RGB value is (104,174,246). Sum of RGB (Red+Green+Blue) = 104+174+246=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #68AEF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEF6 is #975109. Grayscale: #A0A0A0. Windows color (decimal): -9916682 or 16166504. OLE color: 16166504.

HSL color Cylindrical-coordinate representation of color #68AEF6: hue angle of 210.42º 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 #68AEF6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 174 246 -
CMYK 0.58 0.29 0 0.04
HSL 210.42º 0.89% 0.69% -
HSV(B) 210.42º 0.58% 0.96% -
XYZ 37.48 39.87 92.91 -
YUV 161.28 175.81 87.15 -
System Red Green Blue C M Y K H S L
Decimal 104 174 246 0.58 0.29 0 0.04 210.42 0.89 0.69
Hex 68 AE F6 3A 1D 0 4 D2 59 45
Octal 150 256 366 72 35 0 4 322 131 105
Binary 1101000 10101110 11110110 111010 11101 0 100 11010010 1011001 1000101

Color Harmonies of #68AEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEF6

Black with #68AEF6

Text Example


Text Example

White with #68AEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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