Html Css Color HEX #68C5FF Maya Blue

📋 copy color: '#68C5FF'

red 104 ◦ green 197 ◦ blue 255

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

Shades of Maya Blue #68C5FF

Tints of Maya Blue #68C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.43%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 18.71%
G = 35.43%
B = 45.86%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68C5FF (or 0x68C5FF) is known color: Maya Blue. HEX triplet: 68, C5 and FF. RGB value is (104,197,255). Sum of RGB (Red+Green+Blue) = 104+197+255=556 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.71% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #68C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C5FF is #973A00. Grayscale: #AFAFAF. Windows color (decimal): -9910785 or 16762216. OLE color: 16762216.

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

Color convert

RGB 104 197 255 -
CMYK 0.59 0.23 0 0
HSL 203.05º 1% 0.7% -
HSV(B) 203.05º 0.59% 1% -
XYZ 43.73 50.1 101.97 -
YUV 175.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 104 197 255 0.59 0.23 0 0 203.05 1 0.7
Hex 68 C5 FF 3B 17 0 0 CB 64 46
Octal 150 305 377 73 27 0 0 313 144 106
Binary 1101000 11000101 11111111 111011 10111 0 0 11001011 1100100 1000110

Color Harmonies of #68C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5FF

Black with #68C5FF

Text Example


Text Example

White with #68C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,197,255); }

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

background-color css

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

 a { background-color: rgb(104,197,255); }

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

border-color css

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

 span { border-color: rgb(104,197,255); }

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