#6BD5FB

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

Shades of Maya Blue #6BD5FB

Tints of Maya Blue #6BD5FB

Color information

#6BD5FB (or 0x6BD5FB) is unknown color: approx Maya Blue. HEX triplet: 6B, D5 and FB. RGB value is (107,213,251). Sum of RGB (Red+Green+Blue) = 107+213+251=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BD5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BD5FB is #942A04. Grayscale: #B9B9B9. Windows color (decimal): -9710085 or 16504171. OLE color: 16504171.

HSL color Cylindrical-coordinate representation of color #6BD5FB: hue angle of 195.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 #6BD5FB is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107213251-
CMYK0.570.1500.02
HSL195.83º94.74%70.2%-
HSV(B)195.83º57.37%98.43%-
XYZ47.2757.6899.91-
YUV185.64164.8871.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.74%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=18.74%
G=37.30%
B=43.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072132510.570.1500.02195.8394.7470.2
Hex6BD5FB39F02c45f46
Octal153325373711702304137106
Binary1101011110101011111101111100111110101100010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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