Html Css Color HEX #68ADF9 Maya Blue

📋 copy color: '#68ADF9'

red 104 ◦ green 173 ◦ blue 249

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

Shades of Maya Blue #68ADF9

Tints of Maya Blue #68ADF9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 19.77%
G = 32.89%
B = 47.34%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ADF9 (or 0x68ADF9) is known color: Maya Blue. HEX triplet: 68, AD and F9. RGB value is (104,173,249). Sum of RGB (Red+Green+Blue) = 104+173+249=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #68ADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADF9 is #975206. Grayscale: #A0A0A0. Windows color (decimal): -9916935 or 16362856. OLE color: 16362856.

HSL color Cylindrical-coordinate representation of color #68ADF9: hue angle of 211.45º degrees, saturation: 0.92, 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 #68ADF9 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 173 249 -
CMYK 0.58 0.31 0 0.02
HSL 211.45º 0.92% 0.69% -
HSV(B) 211.45º 0.58% 0.98% -
XYZ 37.75 39.67 95.29 -
YUV 161.03 177.64 87.32 -
System Red Green Blue C M Y K H S L
Decimal 104 173 249 0.58 0.31 0 0.02 211.45 0.92 0.69
Hex 68 AD F9 3A 1F 0 2 D3 5C 45
Octal 150 255 371 72 37 0 2 323 134 105
Binary 1101000 10101101 11111001 111010 11111 0 10 11010011 1011100 1000101

Color Harmonies of #68ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADF9

Black with #68ADF9

Text Example


Text Example

White with #68ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,249); }

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

background-color css

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

 a { background-color: rgb(104,173,249); }

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

border-color css

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

 span { border-color: rgb(104,173,249); }

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