Html Css Color HEX #68BAF8 Maya Blue

📋 copy color: '#68BAF8'

red 104 ◦ green 186 ◦ blue 248

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

Shades of Maya Blue #68BAF8

Tints of Maya Blue #68BAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 19.33%
G = 34.57%
B = 46.1%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#68BAF8 (or 0x68BAF8) is known color: Maya Blue. HEX triplet: 68, BA and F8. RGB value is (104,186,248). Sum of RGB (Red+Green+Blue) = 104+186+248=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #68BAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAF8 is #974507. Grayscale: #A8A8A8. Windows color (decimal): -9913608 or 16300648. OLE color: 16300648.

HSL color Cylindrical-coordinate representation of color #68BAF8: hue angle of 205.83º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68BAF8 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 186 248 -
CMYK 0.58 0.25 0 0.03
HSL 205.83º 0.91% 0.69% -
HSV(B) 205.83º 0.58% 0.97% -
XYZ 40.21 44.84 95.34 -
YUV 168.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 104 186 248 0.58 0.25 0 0.03 205.83 0.91 0.69
Hex 68 BA F8 3A 19 0 3 CE 5B 45
Octal 150 272 370 72 31 0 3 316 133 105
Binary 1101000 10111010 11111000 111010 11001 0 11 11001110 1011011 1000101

Color Harmonies of #68BAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAF8

Black with #68BAF8

Text Example


Text Example

White with #68BAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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