Html Css Color HEX #68BAF3 Maya Blue

📋 copy color: '#68BAF3'

red 104 ◦ green 186 ◦ blue 243

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

Shades of Maya Blue #68BAF3

Tints of Maya Blue #68BAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

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

R = 19.51%
G = 34.9%
B = 45.59%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#68BAF3 (or 0x68BAF3) is known color: Maya Blue. HEX triplet: 68, BA and F3. RGB value is (104,186,243). Sum of RGB (Red+Green+Blue) = 104+186+243=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #68BAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAF3 is #97450C. Grayscale: #A7A7A7. Windows color (decimal): -9913613 or 15972968. OLE color: 15972968.

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

Color convert

RGB 104 186 243 -
CMYK 0.57 0.23 0 0.05
HSL 204.6º 0.85% 0.68% -
HSV(B) 204.6º 0.57% 0.95% -
XYZ 39.45 44.53 91.31 -
YUV 167.98 170.33 82.37 -
System Red Green Blue C M Y K H S L
Decimal 104 186 243 0.57 0.23 0 0.05 204.6 0.85 0.68
Hex 68 BA F3 39 17 0 5 CD 55 44
Octal 150 272 363 71 27 0 5 315 125 104
Binary 1101000 10111010 11110011 111001 10111 0 101 11001101 1010101 1000100

Color Harmonies of #68BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAF3

Black with #68BAF3

Text Example


Text Example

White with #68BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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