Html Css Color HEX #68ABFB Maya Blue

📋 copy color: '#68ABFB'

red 104 ◦ green 171 ◦ blue 251

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

Shades of Maya Blue #68ABFB

Tints of Maya Blue #68ABFB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

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

R = 19.77%
G = 32.51%
B = 47.72%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ABFB (or 0x68ABFB) is known color: Maya Blue. HEX triplet: 68, AB and FB. RGB value is (104,171,251). Sum of RGB (Red+Green+Blue) = 104+171+251=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #68ABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABFB is #975404. Grayscale: #9F9F9F. Windows color (decimal): -9917445 or 16493416. OLE color: 16493416.

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

Color convert

RGB 104 171 251 -
CMYK 0.59 0.32 0 0.02
HSL 212.65º 0.95% 0.7% -
HSV(B) 212.65º 0.59% 0.98% -
XYZ 37.68 39.03 96.81 -
YUV 160.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 104 171 251 0.59 0.32 0 0.02 212.65 0.95 0.7
Hex 68 AB FB 3B 20 0 2 D5 5F 46
Octal 150 253 373 73 40 0 2 325 137 106
Binary 1101000 10101011 11111011 111011 100000 0 10 11010101 1011111 1000110

Color Harmonies of #68ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABFB

Black with #68ABFB

Text Example


Text Example

White with #68ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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