Html Css Color HEX #68BEFD Maya Blue

📋 copy color: '#68BEFD'

red 104 ◦ green 190 ◦ blue 253

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

Shades of Maya Blue #68BEFD

Tints of Maya Blue #68BEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 19.01%
G = 34.73%
B = 46.25%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68BEFD (or 0x68BEFD) is known color: Maya Blue. HEX triplet: 68, BE and FD. RGB value is (104,190,253). Sum of RGB (Red+Green+Blue) = 104+190+253=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #68BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEFD is #974102. Grayscale: #ABABAB. Windows color (decimal): -9912579 or 16629352. OLE color: 16629352.

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

Color convert

RGB 104 190 253 -
CMYK 0.59 0.25 0 0.01
HSL 205.37º 0.97% 0.7% -
HSV(B) 205.37º 0.59% 0.99% -
XYZ 41.85 46.86 99.77 -
YUV 171.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 104 190 253 0.59 0.25 0 0.01 205.37 0.97 0.7
Hex 68 BE FD 3B 19 0 1 CD 61 46
Octal 150 276 375 73 31 0 1 315 141 106
Binary 1101000 10111110 11111101 111011 11001 0 1 11001101 1100001 1000110

Color Harmonies of #68BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEFD

Black with #68BEFD

Text Example


Text Example

White with #68BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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