Html Css Color HEX #68CDF6 Maya Blue

📋 copy color: '#68CDF6'

red 104 ◦ green 205 ◦ blue 246

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

Shades of Maya Blue #68CDF6

Tints of Maya Blue #68CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.94%

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 18.74%
G = 36.94%
B = 44.32%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68CDF6 (or 0x68CDF6) is known color: Maya Blue. HEX triplet: 68, CD and F6. RGB value is (104,205,246). Sum of RGB (Red+Green+Blue) = 104+205+246=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #68CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDF6 is #973209. Grayscale: #B3B3B3. Windows color (decimal): -9908746 or 16174440. OLE color: 16174440.

HSL color Cylindrical-coordinate representation of color #68CDF6: hue angle of 197.32º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68CDF6 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 205 246 -
CMYK 0.58 0.17 0 0.04
HSL 197.32º 0.89% 0.69% -
HSV(B) 197.32º 0.58% 0.96% -
XYZ 44.17 53.26 95.14 -
YUV 179.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 104 205 246 0.58 0.17 0 0.04 197.32 0.89 0.69
Hex 68 CD F6 3A 11 0 4 C5 59 45
Octal 150 315 366 72 21 0 4 305 131 105
Binary 1101000 11001101 11110110 111010 10001 0 100 11000101 1011001 1000101

Color Harmonies of #68CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDF6

Black with #68CDF6

Text Example


Text Example

White with #68CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,205,246); }

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

background-color css

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

 a { background-color: rgb(104,205,246); }

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

border-color css

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

 span { border-color: rgb(104,205,246); }

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