Html Css Color HEX #68B7FB Maya Blue

📋 copy color: '#68B7FB'

red 104 ◦ green 183 ◦ blue 251

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

Shades of Maya Blue #68B7FB

Tints of Maya Blue #68B7FB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.01%

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

R = 19.33%
G = 34.01%
B = 46.65%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68B7FB (or 0x68B7FB) is known color: Maya Blue. HEX triplet: 68, B7 and FB. RGB value is (104,183,251). Sum of RGB (Red+Green+Blue) = 104+183+251=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #68B7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B7FB is #974804. Grayscale: #A6A6A6. Windows color (decimal): -9914373 or 16496488. OLE color: 16496488.

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

Color convert

RGB 104 183 251 -
CMYK 0.59 0.27 0 0.02
HSL 207.76º 0.95% 0.7% -
HSV(B) 207.76º 0.59% 0.98% -
XYZ 40.06 43.78 97.61 -
YUV 167.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 104 183 251 0.59 0.27 0 0.02 207.76 0.95 0.7
Hex 68 B7 FB 3B 1B 0 2 D0 5F 46
Octal 150 267 373 73 33 0 2 320 137 106
Binary 1101000 10110111 11111011 111011 11011 0 10 11010000 1011111 1000110

Color Harmonies of #68B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B7FB

Black with #68B7FB

Text Example


Text Example

White with #68B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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