Html Css Color HEX #68C3EF Maya Blue

📋 copy color: '#68C3EF'

red 104 ◦ green 195 ◦ blue 239

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

Shades of Maya Blue #68C3EF

Tints of Maya Blue #68C3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.25%

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

R = 19.33%
G = 36.25%
B = 44.42%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68C3EF (or 0x68C3EF) is known color: Maya Blue. HEX triplet: 68, C3 and EF. RGB value is (104,195,239). Sum of RGB (Red+Green+Blue) = 104+195+239=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C3EF is #973C10. Grayscale: #ACACAC. Windows color (decimal): -9911313 or 15713128. OLE color: 15713128.

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

Color convert

RGB 104 195 239 -
CMYK 0.56 0.18 0 0.06
HSL 199.56º 0.81% 0.67% -
HSV(B) 199.56º 0.56% 0.94% -
XYZ 40.8 48.21 88.82 -
YUV 172.81 165.35 78.92 -
System Red Green Blue C M Y K H S L
Decimal 104 195 239 0.56 0.18 0 0.06 199.56 0.81 0.67
Hex 68 C3 EF 38 12 0 6 C8 51 43
Octal 150 303 357 70 22 0 6 310 121 103
Binary 1101000 11000011 11101111 111000 10010 0 110 11001000 1010001 1000011

Color Harmonies of #68C3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C3EF

Black with #68C3EF

Text Example


Text Example

White with #68C3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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