Html Css Color HEX #68AEFD Maya Blue

📋 copy color: '#68AEFD'

red 104 ◦ green 174 ◦ blue 253

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

Shades of Maya Blue #68AEFD

Tints of Maya Blue #68AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.65%

R = 19.59%
G = 32.77%
B = 47.65%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68AEFD (or 0x68AEFD) is known color: Maya Blue. HEX triplet: 68, AE and FD. RGB value is (104,174,253). Sum of RGB (Red+Green+Blue) = 104+174+253=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #68AEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEFD is #975102. Grayscale: #A1A1A1. Windows color (decimal): -9916675 or 16625256. OLE color: 16625256.

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

Color convert

RGB 104 174 253 -
CMYK 0.59 0.31 0 0.01
HSL 211.81º 0.97% 0.7% -
HSV(B) 211.81º 0.59% 0.99% -
XYZ 38.57 40.31 98.68 -
YUV 162.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 104 174 253 0.59 0.31 0 0.01 211.81 0.97 0.7
Hex 68 AE FD 3B 1F 0 1 D4 61 46
Octal 150 256 375 73 37 0 1 324 141 106
Binary 1101000 10101110 11111101 111011 11111 0 1 11010100 1100001 1000110

Color Harmonies of #68AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEFD

Black with #68AEFD

Text Example


Text Example

White with #68AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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