Html Css Color HEX #68ACF5 Maya Blue

📋 copy color: '#68ACF5'

red 104 ◦ green 172 ◦ blue 245

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

Shades of Maya Blue #68ACF5

Tints of Maya Blue #68ACF5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 245 (96.09% from 255) = 47.02%

R = 19.96%
G = 33.01%
B = 47.02%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68ACF5 (or 0x68ACF5) is known color: Maya Blue. HEX triplet: 68, AC and F5. RGB value is (104,172,245). Sum of RGB (Red+Green+Blue) = 104+172+245=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #68ACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACF5 is #97530A. Grayscale: #9F9F9F. Windows color (decimal): -9917195 or 16100456. OLE color: 16100456.

HSL color Cylindrical-coordinate representation of color #68ACF5: hue angle of 211.06º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ACF5 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 172 245 -
CMYK 0.58 0.30 0 0.04
HSL 211.06º 0.88% 0.68% -
HSV(B) 211.06º 0.58% 0.96% -
XYZ 36.94 39.04 91.97 -
YUV 159.99 175.97 88.06 -
System Red Green Blue C M Y K H S L
Decimal 104 172 245 0.58 0.30 0 0.04 211.06 0.88 0.68
Hex 68 AC F5 3A 1E 0 4 D3 58 44
Octal 150 254 365 72 36 0 4 323 130 104
Binary 1101000 10101100 11110101 111010 11110 0 100 11010011 1011000 1000100

Color Harmonies of #68ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ACF5

Black with #68ACF5

Text Example


Text Example

White with #68ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,245); }

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

background-color css

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

 a { background-color: rgb(104,172,245); }

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

border-color css

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

 span { border-color: rgb(104,172,245); }

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