#6bfffd

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

Shades of Baby Blue #6BFFFD

Tints of Baby Blue #6BFFFD

Color information

#6BFFFD (or 0x6BFFFD) is unknown color: approx Baby Blue. HEX triplet: 6B, FF and FD. RGB value is (107,255,253). Sum of RGB (Red+Green+Blue) = 107+255+253=615 (81% of max value = 765). Red value is 107 (42.19% from 255 or 17.40% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BFFFD is #940002. Grayscale: #D2D2D2. Windows color (decimal): -9699331 or 16645995. OLE color: 16645995.

HSL color Cylindrical-coordinate representation of color #6BFFFD: hue angle of 179.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFFD is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB107255253-
CMYK0.5800.010
HSL179.19º100%70.98%-
HSV(B)179.19º58.04%100%-
XYZ59.5581.74105.57-
YUV210.52151.9754.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.40%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=17.40%
G=41.46%
B=41.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072552530.5800.010179.1910070.98
Hex6BFFFD3A010b36447
Octal15337737572010263144107
Binary110101111111111111111011110100101011001111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bfffd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,253); }

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

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

 a { background-color: rgb(107,255,253); }

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

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

 span { border-color: rgb(107,255,253); }

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