Html Css Color HEX #68BAF9 Maya Blue

📋 copy color: '#68BAF9'

red 104 ◦ green 186 ◦ blue 249

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

Shades of Maya Blue #68BAF9

Tints of Maya Blue #68BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.2%

R = 19.29%
G = 34.51%
B = 46.2%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BAF9 (or 0x68BAF9) is known color: Maya Blue. HEX triplet: 68, BA and F9. RGB value is (104,186,249). Sum of RGB (Red+Green+Blue) = 104+186+249=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #68BAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAF9 is #974506. Grayscale: #A8A8A8. Windows color (decimal): -9913607 or 16366184. OLE color: 16366184.

HSL color Cylindrical-coordinate representation of color #68BAF9: hue angle of 206.07º degrees, saturation: 0.92, 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 #68BAF9 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 186 249 -
CMYK 0.58 0.25 0 0.02
HSL 206.07º 0.92% 0.69% -
HSV(B) 206.07º 0.58% 0.98% -
XYZ 40.37 44.9 96.16 -
YUV 168.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 104 186 249 0.58 0.25 0 0.02 206.07 0.92 0.69
Hex 68 BA F9 3A 19 0 2 CE 5C 45
Octal 150 272 371 72 31 0 2 316 134 105
Binary 1101000 10111010 11111001 111010 11001 0 10 11001110 1011100 1000101

Color Harmonies of #68BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAF9

Black with #68BAF9

Text Example


Text Example

White with #68BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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