Html Css Color HEX #68C6EF Maya Blue

📋 copy color: '#68C6EF'

red 104 ◦ green 198 ◦ blue 239

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

Shades of Maya Blue #68C6EF

Tints of Maya Blue #68C6EF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.6%

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 19.22%
G = 36.6%
B = 44.18%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68C6EF (or 0x68C6EF) is known color: Maya Blue. HEX triplet: 68, C6 and EF. RGB value is (104,198,239). Sum of RGB (Red+Green+Blue) = 104+198+239=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C6EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6EF is #973910. Grayscale: #AEAEAE. Windows color (decimal): -9910545 or 15713896. OLE color: 15713896.

HSL color Cylindrical-coordinate representation of color #68C6EF: hue angle of 198.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C6EF is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 198 239 -
CMYK 0.56 0.17 0 0.06
HSL 198.22º 0.81% 0.67% -
HSV(B) 198.22º 0.56% 0.94% -
XYZ 41.48 49.56 89.04 -
YUV 174.57 164.36 77.67 -
System Red Green Blue C M Y K H S L
Decimal 104 198 239 0.56 0.17 0 0.06 198.22 0.81 0.67
Hex 68 C6 EF 38 11 0 6 C6 51 43
Octal 150 306 357 70 21 0 6 306 121 103
Binary 1101000 11000110 11101111 111000 10001 0 110 11000110 1010001 1000011

Color Harmonies of #68C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6EF

Black with #68C6EF

Text Example


Text Example

White with #68C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,198,239); }

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

background-color css

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

 a { background-color: rgb(104,198,239); }

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

border-color css

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

 span { border-color: rgb(104,198,239); }

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