Html Css Color HEX #68AFFF Maya Blue

📋 copy color: '#68AFFF'

red 104 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #68AFFF

Tints of Maya Blue #68AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.77%

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

R = 19.48%
G = 32.77%
B = 47.75%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68AFFF (or 0x68AFFF) is known color: Maya Blue. HEX triplet: 68, AF and FF. RGB value is (104,175,255). Sum of RGB (Red+Green+Blue) = 104+175+255=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #68AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFFF is #975000. Grayscale: #A2A2A2. Windows color (decimal): -9916417 or 16756584. OLE color: 16756584.

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

Color convert

RGB 104 175 255 -
CMYK 0.59 0.31 0 0
HSL 211.79º 1% 0.7% -
HSV(B) 211.79º 0.59% 1% -
XYZ 39.09 40.82 100.43 -
YUV 162.89 179.98 86 -
System Red Green Blue C M Y K H S L
Decimal 104 175 255 0.59 0.31 0 0 211.79 1 0.7
Hex 68 AF FF 3B 1F 0 0 D4 64 46
Octal 150 257 377 73 37 0 0 324 144 106
Binary 1101000 10101111 11111111 111011 11111 0 0 11010100 1100100 1000110

Color Harmonies of #68AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFFF

Black with #68AFFF

Text Example


Text Example

White with #68AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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