Html Css Color HEX #68B8F6 Maya Blue

📋 copy color: '#68B8F6'

red 104 ◦ green 184 ◦ blue 246

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

Shades of Maya Blue #68B8F6

Tints of Maya Blue #68B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.46%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 19.48%
G = 34.46%
B = 46.07%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68B8F6 (or 0x68B8F6) is known color: Maya Blue. HEX triplet: 68, B8 and F6. RGB value is (104,184,246). Sum of RGB (Red+Green+Blue) = 104+184+246=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #68B8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B8F6 is #974709. Grayscale: #A6A6A6. Windows color (decimal): -9914122 or 16169064. OLE color: 16169064.

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

Color convert

RGB 104 184 246 -
CMYK 0.58 0.25 0 0.04
HSL 206.2º 0.89% 0.69% -
HSV(B) 206.2º 0.58% 0.96% -
XYZ 39.48 43.88 93.58 -
YUV 167.15 172.5 82.96 -
System Red Green Blue C M Y K H S L
Decimal 104 184 246 0.58 0.25 0 0.04 206.2 0.89 0.69
Hex 68 B8 F6 3A 19 0 4 CE 59 45
Octal 150 270 366 72 31 0 4 316 131 105
Binary 1101000 10111000 11110110 111010 11001 0 100 11001110 1011001 1000101

Color Harmonies of #68B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8F6

Black with #68B8F6

Text Example


Text Example

White with #68B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,184,246); }

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

background-color css

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

 a { background-color: rgb(104,184,246); }

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

border-color css

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

 span { border-color: rgb(104,184,246); }

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