Html Css Color HEX #68BAFE Maya Blue

📋 copy color: '#68BAFE'

red 104 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #68BAFE

Tints of Maya Blue #68BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.69%

R = 19.12%
G = 34.19%
B = 46.69%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68BAFE (or 0x68BAFE) is known color: Maya Blue. HEX triplet: 68, BA and FE. RGB value is (104,186,254). Sum of RGB (Red+Green+Blue) = 104+186+254=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #68BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAFE is #974501. Grayscale: #A8A8A8. Windows color (decimal): -9913602 or 16693864. OLE color: 16693864.

HSL color Cylindrical-coordinate representation of color #68BAFE: hue angle of 207.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BAFE is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 186 254 -
CMYK 0.59 0.27 0 0.00
HSL 207.2º 0.99% 0.7% -
HSV(B) 207.2º 0.59% 1% -
XYZ 41.16 45.22 100.32 -
YUV 169.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 104 186 254 0.59 0.27 0 0.00 207.2 0.99 0.7
Hex 68 BA FE 3B 1B 0 0 CF 63 46
Octal 150 272 376 73 33 0 0 317 143 106
Binary 1101000 10111010 11111110 111011 11011 0 0 11001111 1100011 1000110

Color Harmonies of #68BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BAFE

Black with #68BAFE

Text Example


Text Example

White with #68BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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