Html Css Color HEX #68B3FE Maya Blue

📋 copy color: '#68B3FE'

red 104 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #68B3FE

Tints of Maya Blue #68B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.33%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 19.37%
G = 33.33%
B = 47.3%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68B3FE (or 0x68B3FE) is known color: Maya Blue. HEX triplet: 68, B3 and FE. RGB value is (104,179,254). Sum of RGB (Red+Green+Blue) = 104+179+254=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #68B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3FE is #974C01. Grayscale: #A4A4A4. Windows color (decimal): -9915394 or 16692072. OLE color: 16692072.

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

Color convert

RGB 104 179 254 -
CMYK 0.59 0.30 0 0.00
HSL 210º 0.99% 0.7% -
HSV(B) 210º 0.59% 1% -
XYZ 39.72 42.34 99.84 -
YUV 165.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 104 179 254 0.59 0.30 0 0.00 210 0.99 0.7
Hex 68 B3 FE 3B 1E 0 0 D2 63 46
Octal 150 263 376 73 36 0 0 322 143 106
Binary 1101000 10110011 11111110 111011 11110 0 0 11010010 1100011 1000110

Color Harmonies of #68B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3FE

Black with #68B3FE

Text Example


Text Example

White with #68B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,179,254); }

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

background-color css

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

 a { background-color: rgb(104,179,254); }

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

border-color css

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

 span { border-color: rgb(104,179,254); }

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