Html Css Color HEX #68C7EF Maya Blue

📋 copy color: '#68C7EF'

red 104 ◦ green 199 ◦ blue 239

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

Shades of Maya Blue #68C7EF

Tints of Maya Blue #68C7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.72%

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

R = 19.19%
G = 36.72%
B = 44.1%

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

#68C7EF (or 0x68C7EF) is known color: Maya Blue. HEX triplet: 68, C7 and EF. RGB value is (104,199,239). Sum of RGB (Red+Green+Blue) = 104+199+239=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C7EF is #973810. Grayscale: #AEAEAE. Windows color (decimal): -9910289 or 15714152. OLE color: 15714152.

HSL color Cylindrical-coordinate representation of color #68C7EF: hue angle of 197.78º 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 #68C7EF is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 199 239 -
CMYK 0.56 0.17 0 0.06
HSL 197.78º 0.81% 0.67% -
HSV(B) 197.78º 0.56% 0.94% -
XYZ 41.71 50.02 89.12 -
YUV 175.16 164.03 77.25 -
System Red Green Blue C M Y K H S L
Decimal 104 199 239 0.56 0.17 0 0.06 197.78 0.81 0.67
Hex 68 C7 EF 38 11 0 6 C6 51 43
Octal 150 307 357 70 21 0 6 306 121 103
Binary 1101000 11000111 11101111 111000 10001 0 110 11000110 1010001 1000011

Color Harmonies of #68C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7EF

Black with #68C7EF

Text Example


Text Example

White with #68C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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