Html Css Color HEX #68BDF9 Maya Blue

📋 copy color: '#68BDF9'

red 104 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #68BDF9

Tints of Maya Blue #68BDF9

RGB

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

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

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

R = 19.19%
G = 34.87%
B = 45.94%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68BDF9 (or 0x68BDF9) is known color: Maya Blue. HEX triplet: 68, BD and F9. RGB value is (104,189,249). Sum of RGB (Red+Green+Blue) = 104+189+249=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #68BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDF9 is #974206. Grayscale: #AAAAAA. Windows color (decimal): -9912839 or 16366952. OLE color: 16366952.

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

Color convert

RGB 104 189 249 -
CMYK 0.58 0.24 0 0.02
HSL 204.83º 0.92% 0.69% -
HSV(B) 204.83º 0.58% 0.98% -
XYZ 41.01 46.18 96.37 -
YUV 170.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 104 189 249 0.58 0.24 0 0.02 204.83 0.92 0.69
Hex 68 BD F9 3A 18 0 2 CD 5C 45
Octal 150 275 371 72 30 0 2 315 134 105
Binary 1101000 10111101 11111001 111010 11000 0 10 11001101 1011100 1000101

Color Harmonies of #68BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDF9

Black with #68BDF9

Text Example


Text Example

White with #68BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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