Html Css Color HEX #68ABFF Maya Blue

📋 copy color: '#68ABFF'

red 104 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #68ABFF

Tints of Maya Blue #68ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.26%

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

R = 19.62%
G = 32.26%
B = 48.11%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68ABFF (or 0x68ABFF) is known color: Maya Blue. HEX triplet: 68, AB and FF. RGB value is (104,171,255). Sum of RGB (Red+Green+Blue) = 104+171+255=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #68ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABFF is #975400. Grayscale: #A0A0A0. Windows color (decimal): -9917441 or 16755560. OLE color: 16755560.

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

Color convert

RGB 104 171 255 -
CMYK 0.59 0.33 0 0
HSL 213.38º 1% 0.7% -
HSV(B) 213.38º 0.59% 1% -
XYZ 38.32 39.29 100.17 -
YUV 160.54 181.3 87.67 -
System Red Green Blue C M Y K H S L
Decimal 104 171 255 0.59 0.33 0 0 213.38 1 0.7
Hex 68 AB FF 3B 21 0 0 D5 64 46
Octal 150 253 377 73 41 0 0 325 144 106
Binary 1101000 10101011 11111111 111011 100001 0 0 11010101 1100100 1000110

Color Harmonies of #68ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABFF

Black with #68ABFF

Text Example


Text Example

White with #68ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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