Html Css Color HEX #68C6FD Maya Blue

📋 copy color: '#68C6FD'

red 104 ◦ green 198 ◦ blue 253

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

Shades of Maya Blue #68C6FD

Tints of Maya Blue #68C6FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 18.74%
G = 35.68%
B = 45.59%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68C6FD (or 0x68C6FD) is known color: Maya Blue. HEX triplet: 68, C6 and FD. RGB value is (104,198,253). Sum of RGB (Red+Green+Blue) = 104+198+253=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #68C6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6FD is #973902. Grayscale: #AFAFAF. Windows color (decimal): -9910531 or 16631400. OLE color: 16631400.

HSL color Cylindrical-coordinate representation of color #68C6FD: hue angle of 202.15º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C6FD is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 198 253 -
CMYK 0.59 0.22 0 0.01
HSL 202.15º 0.97% 0.7% -
HSV(B) 202.15º 0.59% 0.99% -
XYZ 43.63 50.42 100.36 -
YUV 176.16 171.36 76.53 -
System Red Green Blue C M Y K H S L
Decimal 104 198 253 0.59 0.22 0 0.01 202.15 0.97 0.7
Hex 68 C6 FD 3B 16 0 1 CA 61 46
Octal 150 306 375 73 26 0 1 312 141 106
Binary 1101000 11000110 11111101 111011 10110 0 1 11001010 1100001 1000110

Color Harmonies of #68C6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6FD

Black with #68C6FD

Text Example


Text Example

White with #68C6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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