Html Css Color HEX #68BDF6 Maya Blue

📋 copy color: '#68BDF6'

red 104 ◦ green 189 ◦ blue 246

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

Shades of Maya Blue #68BDF6

Tints of Maya Blue #68BDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 19.29%
G = 35.06%
B = 45.64%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68BDF6 (or 0x68BDF6) is known color: Maya Blue. HEX triplet: 68, BD and F6. RGB value is (104,189,246). Sum of RGB (Red+Green+Blue) = 104+189+246=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #68BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDF6 is #974209. Grayscale: #A9A9A9. Windows color (decimal): -9912842 or 16170344. OLE color: 16170344.

HSL color Cylindrical-coordinate representation of color #68BDF6: hue angle of 204.08º 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 #68BDF6 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 189 246 -
CMYK 0.58 0.23 0 0.04
HSL 204.08º 0.89% 0.69% -
HSV(B) 204.08º 0.58% 0.96% -
XYZ 40.54 45.99 93.93 -
YUV 170.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 104 189 246 0.58 0.23 0 0.04 204.08 0.89 0.69
Hex 68 BD F6 3A 17 0 4 CC 59 45
Octal 150 275 366 72 27 0 4 314 131 105
Binary 1101000 10111101 11110110 111010 10111 0 100 11001100 1011001 1000101

Color Harmonies of #68BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDF6

Black with #68BDF6

Text Example


Text Example

White with #68BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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