Html Css Color HEX #68BEFA Maya Blue

📋 copy color: '#68BEFA'

red 104 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #68BEFA

Tints of Maya Blue #68BEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 19.12%
G = 34.93%
B = 45.96%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BEFA (or 0x68BEFA) is known color: Maya Blue. HEX triplet: 68, BE and FA. RGB value is (104,190,250). Sum of RGB (Red+Green+Blue) = 104+190+250=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #68BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEFA is #974105. Grayscale: #AAAAAA. Windows color (decimal): -9912582 or 16432744. OLE color: 16432744.

HSL color Cylindrical-coordinate representation of color #68BEFA: hue angle of 204.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BEFA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 190 250 -
CMYK 0.58 0.24 0 0.02
HSL 204.66º 0.94% 0.69% -
HSV(B) 204.66º 0.58% 0.98% -
XYZ 41.38 46.67 97.27 -
YUV 171.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 104 190 250 0.58 0.24 0 0.02 204.66 0.94 0.69
Hex 68 BE FA 3A 18 0 2 CD 5E 45
Octal 150 276 372 72 30 0 2 315 136 105
Binary 1101000 10111110 11111010 111010 11000 0 10 11001101 1011110 1000101

Color Harmonies of #68BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEFA

Black with #68BEFA

Text Example


Text Example

White with #68BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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