#6BBDFB

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

Shades of Maya Blue #6BBDFB

Tints of Maya Blue #6BBDFB

Color information

#6BBDFB (or 0x6BBDFB) is unknown color: approx Maya Blue. HEX triplet: 6B, BD and FB. RGB value is (107,189,251). Sum of RGB (Red+Green+Blue) = 107+189+251=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BBDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBDFB is #944204. Grayscale: #ABABAB. Windows color (decimal): -9716229 or 16498027. OLE color: 16498027.

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

Color convert

RGB107189251-
CMYK0.570.2500.02
HSL205.83º94.74%70.2%-
HSV(B)205.83º57.37%98.43%-
XYZ41.6746.4998.04-
YUV171.55172.8381.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.56%
GREEN value IS 189 (74.22% from 255) = 34.55%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=19.56%
G=34.55%
B=45.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071892510.570.2500.02205.8394.7470.2
Hex6BBDFB391902ce5f46
Octal153275373713102316137106
Binary11010111011110111111011111001110010101100111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BBDFB; }

 p { color: rgb(107,189,251); }

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

<style>
 a { background-color: #6BBDFB; }

 a { background-color: rgb(107,189,251); }

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

<style>
 span { border-color: #6BBDFB; }

 span { border-color: rgb(107,189,251); }

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