Html Css Color HEX #68ABFC Maya Blue

📋 copy color: '#68ABFC'

red 104 ◦ green 171 ◦ blue 252

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

Shades of Maya Blue #68ABFC

Tints of Maya Blue #68ABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 19.73%
G = 32.45%
B = 47.82%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68ABFC (or 0x68ABFC) is known color: Maya Blue. HEX triplet: 68, AB and FC. RGB value is (104,171,252). Sum of RGB (Red+Green+Blue) = 104+171+252=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #68ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABFC is #975403. Grayscale: #9F9F9F. Windows color (decimal): -9917444 or 16558952. OLE color: 16558952.

HSL color Cylindrical-coordinate representation of color #68ABFC: hue angle of 212.84º degrees, saturation: 0.96, 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 #68ABFC is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 171 252 -
CMYK 0.59 0.32 0 0.01
HSL 212.84º 0.96% 0.7% -
HSV(B) 212.84º 0.59% 0.99% -
XYZ 37.84 39.1 97.65 -
YUV 160.2 179.8 87.91 -
System Red Green Blue C M Y K H S L
Decimal 104 171 252 0.59 0.32 0 0.01 212.84 0.96 0.7
Hex 68 AB FC 3B 20 0 1 D5 60 46
Octal 150 253 374 73 40 0 1 325 140 106
Binary 1101000 10101011 11111100 111011 100000 0 1 11010101 1100000 1000110

Color Harmonies of #68ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABFC

Black with #68ABFC

Text Example


Text Example

White with #68ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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