Html Css Color HEX #68AEFA Maya Blue

📋 copy color: '#68AEFA'

red 104 ◦ green 174 ◦ blue 250

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

Shades of Maya Blue #68AEFA

Tints of Maya Blue #68AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 19.7%
G = 32.95%
B = 47.35%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68AEFA (or 0x68AEFA) is known color: Maya Blue. HEX triplet: 68, AE and FA. RGB value is (104,174,250). Sum of RGB (Red+Green+Blue) = 104+174+250=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #68AEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEFA is #975105. Grayscale: #A1A1A1. Windows color (decimal): -9916678 or 16428648. OLE color: 16428648.

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

Color convert

RGB 104 174 250 -
CMYK 0.58 0.30 0 0.02
HSL 211.23º 0.94% 0.69% -
HSV(B) 211.23º 0.58% 0.98% -
XYZ 38.1 40.12 96.18 -
YUV 161.73 177.81 86.82 -
System Red Green Blue C M Y K H S L
Decimal 104 174 250 0.58 0.30 0 0.02 211.23 0.94 0.69
Hex 68 AE FA 3A 1E 0 2 D3 5E 45
Octal 150 256 372 72 36 0 2 323 136 105
Binary 1101000 10101110 11111010 111010 11110 0 10 11010011 1011110 1000101

Color Harmonies of #68AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEFA

Black with #68AEFA

Text Example


Text Example

White with #68AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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