Html Css Color HEX #68AEF8 Maya Blue

📋 copy color: '#68AEF8'

red 104 ◦ green 174 ◦ blue 248

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

Shades of Maya Blue #68AEF8

Tints of Maya Blue #68AEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.15%

R = 19.77%
G = 33.08%
B = 47.15%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68AEF8 (or 0x68AEF8) is known color: Maya Blue. HEX triplet: 68, AE and F8. RGB value is (104,174,248). Sum of RGB (Red+Green+Blue) = 104+174+248=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #68AEF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEF8 is #975107. Grayscale: #A1A1A1. Windows color (decimal): -9916680 or 16297576. OLE color: 16297576.

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

Color convert

RGB 104 174 248 -
CMYK 0.58 0.30 0 0.03
HSL 210.83º 0.91% 0.69% -
HSV(B) 210.83º 0.58% 0.97% -
XYZ 37.79 39.99 94.53 -
YUV 161.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 104 174 248 0.58 0.30 0 0.03 210.83 0.91 0.69
Hex 68 AE F8 3A 1E 0 3 D3 5B 45
Octal 150 256 370 72 36 0 3 323 133 105
Binary 1101000 10101110 11111000 111010 11110 0 11 11010011 1011011 1000101

Color Harmonies of #68AEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEF8

Black with #68AEF8

Text Example


Text Example

White with #68AEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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