Html Css Color HEX #68C1F3 Maya Blue

📋 copy color: '#68C1F3'

red 104 ◦ green 193 ◦ blue 243

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

Shades of Maya Blue #68C1F3

Tints of Maya Blue #68C1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45%

R = 19.26%
G = 35.74%
B = 45%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68C1F3 (or 0x68C1F3) is known color: Maya Blue. HEX triplet: 68, C1 and F3. RGB value is (104,193,243). Sum of RGB (Red+Green+Blue) = 104+193+243=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #68C1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1F3 is #973E0C. Grayscale: #ABABAB. Windows color (decimal): -9911821 or 15974760. OLE color: 15974760.

HSL color Cylindrical-coordinate representation of color #68C1F3: hue angle of 201.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68C1F3 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 193 243 -
CMYK 0.57 0.21 0 0.05
HSL 201.58º 0.85% 0.68% -
HSV(B) 201.58º 0.57% 0.95% -
XYZ 40.96 47.55 91.81 -
YUV 172.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 104 193 243 0.57 0.21 0 0.05 201.58 0.85 0.68
Hex 68 C1 F3 39 15 0 5 CA 55 44
Octal 150 301 363 71 25 0 5 312 125 104
Binary 1101000 11000001 11110011 111001 10101 0 101 11001010 1010101 1000100

Color Harmonies of #68C1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1F3

Black with #68C1F3

Text Example


Text Example

White with #68C1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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