#6BBEFA

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

Shades of Maya Blue #6BBEFA

Tints of Maya Blue #6BBEFA

Color information

#6BBEFA (or 0x6BBEFA) is unknown color: approx Maya Blue. HEX triplet: 6B, BE and FA. RGB value is (107,190,250). Sum of RGB (Red+Green+Blue) = 107+190+250=547 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.56% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #6BBEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBEFA is #944105. Grayscale: #ABABAB. Windows color (decimal): -9715974 or 16432747. OLE color: 16432747.

HSL color Cylindrical-coordinate representation of color #6BBEFA: hue angle of 205.17º degrees, saturation: 0.93, 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 #6BBEFA is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107190250-
CMYK0.570.2400.02
HSL205.17º93.46%70%-
HSV(B)205.17º57.2%98.04%-
XYZ41.7346.8597.29-
YUV172.0217281.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.56%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=19.56%
G=34.73%
B=45.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071902500.570.2400.02205.1793.4670
Hex6BBEFA391802cd5d46
Octal153276372713002315135106
Binary11010111011111011111010111001110000101100110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,190,250); }

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

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

 a { background-color: rgb(107,190,250); }

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

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

 span { border-color: rgb(107,190,250); }

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