Html Css Color HEX #68BAFA Maya Blue

📋 copy color: '#68BAFA'

red 104 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #68BAFA

Tints of Maya Blue #68BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 19.26%
G = 34.44%
B = 46.3%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BAFA (or 0x68BAFA) is known color: Maya Blue. HEX triplet: 68, BA and FA. RGB value is (104,186,250). Sum of RGB (Red+Green+Blue) = 104+186+250=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #68BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFA is #974505. Grayscale: #A8A8A8. Windows color (decimal): -9913606 or 16431720. OLE color: 16431720.

HSL color Cylindrical-coordinate representation of color #68BAFA: hue angle of 206.3º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BAFA is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 186 250 -
CMYK 0.58 0.26 0 0.02
HSL 206.3º 0.94% 0.69% -
HSV(B) 206.3º 0.58% 0.98% -
XYZ 40.52 44.96 96.99 -
YUV 168.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 104 186 250 0.58 0.26 0 0.02 206.3 0.94 0.69
Hex 68 BA FA 3A 1A 0 2 CE 5E 45
Octal 150 272 372 72 32 0 2 316 136 105
Binary 1101000 10111010 11111010 111010 11010 0 10 11001110 1011110 1000101

Color Harmonies of #68BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAFA

Black with #68BAFA

Text Example


Text Example

White with #68BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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