Html Css Color HEX #68B8FF Maya Blue

📋 copy color: '#68B8FF'

red 104 ◦ green 184 ◦ blue 255

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

Shades of Maya Blue #68B8FF

Tints of Maya Blue #68B8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 19.15%
G = 33.89%
B = 46.96%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68B8FF (or 0x68B8FF) is known color: Maya Blue. HEX triplet: 68, B8 and FF. RGB value is (104,184,255). Sum of RGB (Red+Green+Blue) = 104+184+255=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B8FF is #974700. Grayscale: #A7A7A7. Windows color (decimal): -9914113 or 16758888. OLE color: 16758888.

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

Color convert

RGB 104 184 255 -
CMYK 0.59 0.28 0 0
HSL 208.21º 1% 0.7% -
HSV(B) 208.21º 0.59% 1% -
XYZ 40.9 44.44 101.03 -
YUV 168.17 177 82.23 -
System Red Green Blue C M Y K H S L
Decimal 104 184 255 0.59 0.28 0 0 208.21 1 0.7
Hex 68 B8 FF 3B 1C 0 0 D0 64 46
Octal 150 270 377 73 34 0 0 320 144 106
Binary 1101000 10111000 11111111 111011 11100 0 0 11010000 1100100 1000110

Color Harmonies of #68B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B8FF

Black with #68B8FF

Text Example


Text Example

White with #68B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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