Html Css Color HEX #68BEF1 Maya Blue

📋 copy color: '#68BEF1'

red 104 ◦ green 190 ◦ blue 241

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

Shades of Maya Blue #68BEF1

Tints of Maya Blue #68BEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 241 (94.53% from 255) = 45.05%

R = 19.44%
G = 35.51%
B = 45.05%

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

#68BEF1 (or 0x68BEF1) is known color: Maya Blue. HEX triplet: 68, BE and F1. RGB value is (104,190,241). Sum of RGB (Red+Green+Blue) = 104+190+241=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #68BEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEF1 is #97410E. Grayscale: #A9A9A9. Windows color (decimal): -9912591 or 15842920. OLE color: 15842920.

HSL color Cylindrical-coordinate representation of color #68BEF1: hue angle of 202.34º degrees, saturation: 0.83, 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 #68BEF1 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 190 241 -
CMYK 0.57 0.21 0 0.05
HSL 202.34º 0.83% 0.68% -
HSV(B) 202.34º 0.57% 0.95% -
XYZ 40 46.12 90.01 -
YUV 170.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 104 190 241 0.57 0.21 0 0.05 202.34 0.83 0.68
Hex 68 BE F1 39 15 0 5 CA 53 44
Octal 150 276 361 71 25 0 5 312 123 104
Binary 1101000 10111110 11110001 111001 10101 0 101 11001010 1010011 1000100

Color Harmonies of #68BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEF1

Black with #68BEF1

Text Example


Text Example

White with #68BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,190,241); }

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

background-color css

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

 a { background-color: rgb(104,190,241); }

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

border-color css

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

 span { border-color: rgb(104,190,241); }

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