Html Css Color HEX #68C1FE Maya Blue

📋 copy color: '#68C1FE'

red 104 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #68C1FE

Tints of Maya Blue #68C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.03%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 18.87%
G = 35.03%
B = 46.1%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68C1FE (or 0x68C1FE) is known color: Maya Blue. HEX triplet: 68, C1 and FE. RGB value is (104,193,254). Sum of RGB (Red+Green+Blue) = 104+193+254=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #68C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1FE is #973E01. Grayscale: #ADADAD. Windows color (decimal): -9911810 or 16695656. OLE color: 16695656.

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

Color convert

RGB 104 193 254 -
CMYK 0.59 0.24 0 0.00
HSL 204.4º 0.99% 0.7% -
HSV(B) 204.4º 0.59% 1% -
XYZ 42.67 48.24 100.83 -
YUV 173.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 104 193 254 0.59 0.24 0 0.00 204.4 0.99 0.7
Hex 68 C1 FE 3B 18 0 0 CC 63 46
Octal 150 301 376 73 30 0 0 314 143 106
Binary 1101000 11000001 11111110 111011 11000 0 0 11001100 1100011 1000110

Color Harmonies of #68C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1FE

Black with #68C1FE

Text Example


Text Example

White with #68C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,254); }

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

background-color css

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

 a { background-color: rgb(104,193,254); }

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

border-color css

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

 span { border-color: rgb(104,193,254); }

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