Html Css Color HEX #68D1F9 Maya Blue

📋 copy color: '#68D1F9'

red 104 ◦ green 209 ◦ blue 249

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

Shades of Maya Blue #68D1F9

Tints of Maya Blue #68D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.19%

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

R = 18.51%
G = 37.19%
B = 44.31%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68D1F9 (or 0x68D1F9) is known color: Maya Blue. HEX triplet: 68, D1 and F9. RGB value is (104,209,249). Sum of RGB (Red+Green+Blue) = 104+209+249=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #68D1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D1F9 is #972E06. Grayscale: #B5B5B5. Windows color (decimal): -9907719 or 16372072. OLE color: 16372072.

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

Color convert

RGB 104 209 249 -
CMYK 0.58 0.16 0 0.02
HSL 196.55º 0.92% 0.69% -
HSV(B) 196.55º 0.58% 0.98% -
XYZ 45.61 55.38 97.91 -
YUV 182.17 165.71 72.25 -
System Red Green Blue C M Y K H S L
Decimal 104 209 249 0.58 0.16 0 0.02 196.55 0.92 0.69
Hex 68 D1 F9 3A 10 0 2 C5 5C 45
Octal 150 321 371 72 20 0 2 305 134 105
Binary 1101000 11010001 11111001 111010 10000 0 10 11000101 1011100 1000101

Color Harmonies of #68D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D1F9

Black with #68D1F9

Text Example


Text Example

White with #68D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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