Html Css Color HEX #68B5F3 Maya Blue

📋 copy color: '#68B5F3'

red 104 ◦ green 181 ◦ blue 243

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

Shades of Maya Blue #68B5F3

Tints of Maya Blue #68B5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.02%

R = 19.7%
G = 34.28%
B = 46.02%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68B5F3 (or 0x68B5F3) is known color: Maya Blue. HEX triplet: 68, B5 and F3. RGB value is (104,181,243). Sum of RGB (Red+Green+Blue) = 104+181+243=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #68B5F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5F3 is #974A0C. Grayscale: #A4A4A4. Windows color (decimal): -9914893 or 15971688. OLE color: 15971688.

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

Color convert

RGB 104 181 243 -
CMYK 0.57 0.26 0 0.05
HSL 206.76º 0.85% 0.68% -
HSV(B) 206.76º 0.57% 0.95% -
XYZ 38.41 42.46 90.97 -
YUV 165.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 104 181 243 0.57 0.26 0 0.05 206.76 0.85 0.68
Hex 68 B5 F3 39 1A 0 5 CF 55 44
Octal 150 265 363 71 32 0 5 317 125 104
Binary 1101000 10110101 11110011 111001 11010 0 101 11001111 1010101 1000100

Color Harmonies of #68B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5F3

Black with #68B5F3

Text Example


Text Example

White with #68B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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