Html Css Color HEX #68BEF2 Maya Blue

📋 copy color: '#68BEF2'

red 104 ◦ green 190 ◦ blue 242

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

Shades of Maya Blue #68BEF2

Tints of Maya Blue #68BEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 19.4%
G = 35.45%
B = 45.15%

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

#68BEF2 (or 0x68BEF2) is known color: Maya Blue. HEX triplet: 68, BE and F2. RGB value is (104,190,242). Sum of RGB (Red+Green+Blue) = 104+190+242=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #68BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEF2 is #97410D. Grayscale: #A9A9A9. Windows color (decimal): -9912590 or 15908456. OLE color: 15908456.

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

Color convert

RGB 104 190 242 -
CMYK 0.57 0.21 0 0.05
HSL 202.61º 0.84% 0.68% -
HSV(B) 202.61º 0.57% 0.95% -
XYZ 40.15 46.18 90.8 -
YUV 170.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 104 190 242 0.57 0.21 0 0.05 202.61 0.84 0.68
Hex 68 BE F2 39 15 0 5 CB 54 44
Octal 150 276 362 71 25 0 5 313 124 104
Binary 1101000 10111110 11110010 111001 10101 0 101 11001011 1010100 1000100

Color Harmonies of #68BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEF2

Black with #68BEF2

Text Example


Text Example

White with #68BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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