Html Css Color HEX #68B5FB Maya Blue

📋 copy color: '#68B5FB'

red 104 ◦ green 181 ◦ blue 251

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

Shades of Maya Blue #68B5FB

Tints of Maya Blue #68B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 19.4%
G = 33.77%
B = 46.83%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68B5FB (or 0x68B5FB) is known color: Maya Blue. HEX triplet: 68, B5 and FB. RGB value is (104,181,251). Sum of RGB (Red+Green+Blue) = 104+181+251=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #68B5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B5FB is #974A04. Grayscale: #A5A5A5. Windows color (decimal): -9914885 or 16495976. OLE color: 16495976.

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

Color convert

RGB 104 181 251 -
CMYK 0.59 0.28 0 0.02
HSL 208.57º 0.95% 0.7% -
HSV(B) 208.57º 0.59% 0.98% -
XYZ 39.65 42.96 97.47 -
YUV 165.96 175.99 83.81 -
System Red Green Blue C M Y K H S L
Decimal 104 181 251 0.59 0.28 0 0.02 208.57 0.95 0.7
Hex 68 B5 FB 3B 1C 0 2 D1 5F 46
Octal 150 265 373 73 34 0 2 321 137 106
Binary 1101000 10110101 11111011 111011 11100 0 10 11010001 1011111 1000110

Color Harmonies of #68B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B5FB

Black with #68B5FB

Text Example


Text Example

White with #68B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,181,251); }

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

background-color css

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

 a { background-color: rgb(104,181,251); }

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

border-color css

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

 span { border-color: rgb(104,181,251); }

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