Html Css Color HEX #68B5FE Maya Blue

📋 copy color: '#68B5FE'

red 104 ◦ green 181 ◦ blue 254

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

Shades of Maya Blue #68B5FE

Tints of Maya Blue #68B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.58%

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

R = 19.29%
G = 33.58%
B = 47.12%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68B5FE (or 0x68B5FE) is known color: Maya Blue. HEX triplet: 68, B5 and FE. RGB value is (104,181,254). Sum of RGB (Red+Green+Blue) = 104+181+254=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #68B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5FE is #974A01. Grayscale: #A5A5A5. Windows color (decimal): -9914882 or 16692584. OLE color: 16692584.

HSL color Cylindrical-coordinate representation of color #68B5FE: hue angle of 209.2º 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 #68B5FE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 181 254 -
CMYK 0.59 0.29 0 0.00
HSL 209.2º 0.99% 0.7% -
HSV(B) 209.2º 0.59% 1% -
XYZ 40.12 43.15 99.98 -
YUV 166.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 104 181 254 0.59 0.29 0 0.00 209.2 0.99 0.7
Hex 68 B5 FE 3B 1D 0 0 D1 63 46
Octal 150 265 376 73 35 0 0 321 143 106
Binary 1101000 10110101 11111110 111011 11101 0 0 11010001 1100011 1000110

Color Harmonies of #68B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5FE

Black with #68B5FE

Text Example


Text Example

White with #68B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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