Html Css Color HEX #68B1FF Maya Blue

📋 copy color: '#68B1FF'

red 104 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #68B1FF

Tints of Maya Blue #68B1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.02%

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

R = 19.4%
G = 33.02%
B = 47.57%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68B1FF (or 0x68B1FF) is known color: Maya Blue. HEX triplet: 68, B1 and FF. RGB value is (104,177,255). Sum of RGB (Red+Green+Blue) = 104+177+255=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 177 (69.53% from 255 or 33.02% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #68B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1FF is #974E00. Grayscale: #A3A3A3. Windows color (decimal): -9915905 or 16757096. OLE color: 16757096.

HSL color Cylindrical-coordinate representation of color #68B1FF: hue angle of 210.99º 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 #68B1FF is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 177 255 -
CMYK 0.59 0.31 0 0
HSL 210.99º 1% 0.7% -
HSV(B) 210.99º 0.59% 1% -
XYZ 39.48 41.61 100.56 -
YUV 164.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 104 177 255 0.59 0.31 0 0 210.99 1 0.7
Hex 68 B1 FF 3B 1F 0 0 D3 64 46
Octal 150 261 377 73 37 0 0 323 144 106
Binary 1101000 10110001 11111111 111011 11111 0 0 11010011 1100100 1000110

Color Harmonies of #68B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1FF

Black with #68B1FF

Text Example


Text Example

White with #68B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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