#68CBFB

Color #68CBFB Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #68CBFB

Tints of Maya Blue #68CBFB

Color information

#68CBFB (or 0x68CBFB) is unknown color: approx Maya Blue. HEX triplet: 68, CB and FB. RGB value is (104,203,251). Sum of RGB (Red+Green+Blue) = 104+203+251=558 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.64% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #68CBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBFB is #973404. Grayscale: #B2B2B2. Windows color (decimal): -9909253 or 16501608. OLE color: 16501608.

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

Color convert

RGB104203251-
CMYK0.590.1900.02
HSL199.59º94.84%69.61%-
HSV(B)199.59º58.57%98.43%-
XYZ44.4852.6299.08-
YUV178.87168.774.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 18.64%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=18.64%
G=36.38%
B=44.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1042032510.590.1900.02199.5994.8469.61
Hex68CBFB3B1302c85f46
Octal150313373732302310137106
Binary11010001100101111111011111011100110101100100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68CBFB;
 }
 .AnyTagClassName
 {
   color: #68CBFB;
 }
</style>
background-color css

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

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

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

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

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

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