Html Css Color HEX #68B8FD Maya Blue

📋 copy color: '#68B8FD'

red 104 ◦ green 184 ◦ blue 253

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

Shades of Maya Blue #68B8FD

Tints of Maya Blue #68B8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 19.22%
G = 34.01%
B = 46.77%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#68B8FD (or 0x68B8FD) is known color: Maya Blue. HEX triplet: 68, B8 and FD. RGB value is (104,184,253). Sum of RGB (Red+Green+Blue) = 104+184+253=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #68B8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B8FD is #974702. Grayscale: #A7A7A7. Windows color (decimal): -9914115 or 16627816. OLE color: 16627816.

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

Color convert

RGB 104 184 253 -
CMYK 0.59 0.27 0 0.01
HSL 207.79º 0.97% 0.7% -
HSV(B) 207.79º 0.59% 0.99% -
XYZ 40.58 44.32 99.34 -
YUV 167.95 176 82.39 -
System Red Green Blue C M Y K H S L
Decimal 104 184 253 0.59 0.27 0 0.01 207.79 0.97 0.7
Hex 68 B8 FD 3B 1B 0 1 D0 61 46
Octal 150 270 375 73 33 0 1 320 141 106
Binary 1101000 10111000 11111101 111011 11011 0 1 11010000 1100001 1000110

Color Harmonies of #68B8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8FD

Black with #68B8FD

Text Example


Text Example

White with #68B8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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